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
"Invalid height" error when inside flex container after updating 9.2.0 -> 9.2.1
After applying update to 9.2.1 (from 9.2.0) in our project, we started getting a crash when initialising the dashboard.
Uncaught Error: Invalid height
It seems a value of 'auto' is being passed to parseHeight, which fails to match the regex, which is only looking for specific height values.
After a little digging, this seems to happen when the gridstack element is inside a flex container, which is how we're laying things out in our application.