We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is happening in a real project for me. I stripped it down to demonstrate a minimal example: https://github.com/vezaynk/dnd-vite-issue-demo
React-dnd with multiple back-ends does not function when a production build is made, but does work in dev builds.
The application renders and is otherwise interactive (aside from the issue described here). There are no errors/warnings/etc in the console.
I have limited devices to test on. I have only tested and had this happen on iOS.
npm i
npm run dev -- --host
npm run build && npm run preview -- --host
Dragging the "Hello World!" text should generate a preview on both pages.
Dragging the "Hello World!" text only works on the page running from npm run dev.
npm run dev
The text was updated successfully, but these errors were encountered:
It might be this issue, actually: react-dnd/react-dnd#3645
Sorry, something went wrong.
No branches or pull requests
This is happening in a real project for me. I stripped it down to demonstrate a minimal example: https://github.com/vezaynk/dnd-vite-issue-demo
Description:
React-dnd with multiple back-ends does not function when a production build is made, but does work in dev builds.
Errors, logs, etc
The application renders and is otherwise interactive (aside from the issue described here). There are no errors/warnings/etc in the console.
Platforms affected:
I have limited devices to test on. I have only tested and had this happen on iOS.
Reproduction steps:
npm i
npm run dev -- --host
npm run build && npm run preview -- --host
Expected Results
Dragging the "Hello World!" text should generate a preview on both pages.
Actual Results
Dragging the "Hello World!" text only works on the page running from
npm run dev
.The text was updated successfully, but these errors were encountered: