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
Describe the bug describe below information section
To Reproduce Steps to reproduce the behavior:
Expected behavior non error after refresh
Information My app just contains landing, list pages.
After app launch and move to list page that is located React Sortable component then refresh in list page.
after refresh, try to move landing page to list page, occurs React minify error.
I think the setList attribute is a problem. Please let me know why this is happening
in my case list is props from App component
Versions - Look in your package.json for this information: react-sortable = ^6.1.14 react = ^18.2.0 vite = ^5.3.2
package.json
Additional context Add any other context about the problem here.
Please provide examples, screenshots or a code sandbox for faster resolution times.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
describe below information section
To Reproduce
Steps to reproduce the behavior:
Expected behavior
non error after refresh
Information
My app just contains landing, list pages.
After app launch and move to list page that is located React Sortable component then refresh in list page.
after refresh, try to move landing page to list page, occurs React minify error.
I think the setList attribute is a problem. Please let me know why this is happening
in my case list is props from App component
Versions - Look in your
package.json
for this information:react-sortable = ^6.1.14
react = ^18.2.0
vite = ^5.3.2
Additional context
Add any other context about the problem here.
Please provide examples, screenshots or a code sandbox for faster resolution times.
The text was updated successfully, but these errors were encountered: