-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error: Cannot have two HTML5 backends at the same time. #8
Comments
I think it might have to do with this? react-dnd/react-dnd#186 |
Interesting. Are you using react-dnd as a dependency? Or perhaps you're using another plugin that uses it? I'll look into the thread you linked to see if I can work out a solution. |
I'm struggling to recreate this issue. I've tried using two plugins which both have <DndProvider backend={HTML5Backend}>
<DndProvider backend={HTML5Backend}>
{/* */}
</DndProvider>
</DndProvider> So far, everything seems to work fine. Could you possibly share an example repo with the issue? |
Thanks Bret, I'll send you an invite to a repo with this as a minimum reproducible issue just to rule everything else out |
I'm seeing this as well. At first I was getting duplicate list items and other glitching (I was suspecting React Still investigating. |
I get an error saying the Order Documents Plugin Crashed, and the error says that you cannot have two HTML backends at the same time. I don't know if this is actually a plugin problem or something I've misunderstood?
The text was updated successfully, but these errors were encountered: