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
@rana-bazil are you seeing something like the below?
ERROR in ./node_modules/react-dnd/dist/core/DndProvider.js 28:0-48
Module not found: Error: Can't resolve 'react/jsx-runtime' in '/Users/xyz/Desktop/xxxxxxxxx/node_modules/react-dnd/dist/core'
Did you mean 'jsx-runtime.js'?
If so, in the react-dnd issues area see this issue for a solution. It's partly in Chinese but Google Translate changes the answer to this:
In the react-dnd/core/DndProvider.js file, change import { jsx as _jsx } from "react/jsx-runtime"; to import { jsx as _jsx } from "react/jsx-runtime.js";
react-dnd has been upgraded to v16.0.0 and that is causing issues with the current code base
The text was updated successfully, but these errors were encountered: