Skip to content
New issue

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

fix(dnd-builder): fix same time multi backends error #36

Merged

Conversation

kaganece
Copy link
Contributor

After react 18 migration . Faced cannot have two MultiBackends at the same time error.

Uncaught runtime errors

What:

This issue is related with react-dnd. Found this issue for resolving this bug. I guess this is creating bug because of DndProvider is not top level wrapper. In every routes changes it's creating new dnd provider. When i passed window as a context according to this issue. It's fixing the bug.

Why:

How:

Checklist:

  • Documentation added to the docs site
  • Tests
  • Ready to be merged

@ozsirmajotform ozsirmajotform merged commit aa31281 into jotform:master Nov 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants