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
Update @mui/toolpad in the package.json inside tools-public in the mui-public repository at https://github.com/mui/mui-public to 0.1.23, for example
Run yarn install
Run project with yarn dev
Open the application and try to drag components on top of already existing page elements
Current behavior 😯
Unable to drag and drop components on top of already existing page elements.
If we attempt to resize an element the app crashes with Overlay grid ref not bound
Expected behavior 🤔
The actions above work correctly.
Context 🔦
I was trying to update tools-public but ran into this issue and cannot figure out how to fix it or why it happens yet... There are no useful errors in the terminal or in the browser console.
It doesn't necessarily seem to be related with the version of @mui/toolpad. Deleting the yarn.lock files and reinstalling package versions without changing any version in package.json still causes the issue.
It possibly has something to do with using external dependencies. If I get rid of all external dependencies, custom components and custom functions in the project it seems to work.
Your environment 🌎
Node 16-20, Mac
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Steps to reproduce 🕹
Steps:
@mui/toolpad
in the package.json insidetools-public
in themui-public
repository at https://github.com/mui/mui-public to 0.1.23, for exampleyarn install
yarn dev
Current behavior 😯
Unable to drag and drop components on top of already existing page elements.
If we attempt to resize an element the app crashes with
Overlay grid ref not bound
Expected behavior 🤔
The actions above work correctly.
Context 🔦
I was trying to update
tools-public
but ran into this issue and cannot figure out how to fix it or why it happens yet... There are no useful errors in the terminal or in the browser console.It doesn't necessarily seem to be related with the version of
@mui/toolpad
. Deleting theyarn.lock
files and reinstalling package versions without changing any version in package.json still causes the issue.It possibly has something to do with using external dependencies. If I get rid of all external dependencies, custom components and custom functions in the project it seems to work.
Your environment 🌎
Node 16-20, Mac
The text was updated successfully, but these errors were encountered: