@singularsystems/neo-react 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -83,7 +83,7 @@ var ButtonColumn = /** @class */ (function (_super) {
83
83
  }(ComponentBase));
84
84
  export { ButtonColumn };
85
85
  function setButtonProps(button) {
86
- if (button.type === NeoButton) {
86
+ if (button && button.type === NeoButton) {
87
87
  return React.cloneElement(button, __assign(__assign({}, Misc.Settings.grid.buttonColumnButtons), button.props));
88
88
  }
89
89
  return button;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singularsystems/neo-react",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "React application logic and components for the Neo client library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",