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
Using react-data-grid, which depends on react-resizable, which depends on react-draggable
Since your update to 4.4.6, react-data-grid and react-sizable are now broken, and cannot be compiled into our projects.
Error reported is:
in ./node_modules/_react-draggable@4.4.6@react-draggable/build/cjs/Draggable.js
Module parse failed: Unexpected token (78:10)
You may need an appropriate loader to handle this file type.
| y: position.y,
| prevPropsPosition: {
| ...position
| }
| };
There is another bug report on the same issue, but it it not receiving any attention, so I opened up another with specifics on my issue
The text was updated successfully, but these errors were encountered:
This was under the latest build of chromium. It's not a browser issue. In fact, react builds use the node compiler to implement all the latest features on nearly every browser, so again, that isn't the issue. This is simply bad code that breaks core react components that rely on this code.
Using react-data-grid, which depends on react-resizable, which depends on react-draggable
Since your update to 4.4.6, react-data-grid and react-sizable are now broken, and cannot be compiled into our projects.
Error reported is:
in ./node_modules/_react-draggable@4.4.6@react-draggable/build/cjs/Draggable.js
Module parse failed: Unexpected token (78:10)
You may need an appropriate loader to handle this file type.
| y: position.y,
| prevPropsPosition: {
| ...position
| }
| };
There is another bug report on the same issue, but it it not receiving any attention, so I opened up another with specifics on my issue
The text was updated successfully, but these errors were encountered: