@flozy/editor 10.1.0 → 10.1.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.
@@ -127,7 +127,7 @@ const RnD = props => {
127
127
  isInteracting,
128
128
  handleStart,
129
129
  handleStop
130
- } = useFreeGrid();
130
+ } = useFreeGrid() || {};
131
131
  const {
132
132
  translation
133
133
  } = customProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "10.1.0",
3
+ "version": "10.1.1",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"