You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This wrapper is build for an implementation of gridstack with react.
5
+
6
+
# Issues with current version of gridstack.js
7
+
The current version of gridstack.js contains a small issue with dropping an item to another stack. This is fixed on the repository `WebMaid/gridstack.js` and might be fixed in future gridstack.js updates.
8
+
9
+
# Usage of portals to store state of items
10
+
With the current implementation of portals we tried to allow items to preserve their state when beeing dropped to another stack. The current implementation works, but is not recomended for production use. Their I would suggest using a global state store, where you store those things.
0 commit comments