react-dnd version 5.0.0 is failing tests
See original GitHub issueHi, We have been using the react-dnd library in react-tags. After upgrading to v5.0.0, the specs start breaking, giving error Enzyme Internal Error: unknown node with tag 13
This seems to be an enzyme related error but since its happening after upgrading react-dnd to v5.0.0 so want to make know if there is anything which needs to fixed in the react-dnd library.
Here is the travis link
Please feel free to close this issue if its not related to react-dnd
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
react-dnd/CHANGELOG.md at main - GitHub
Contribute to react-dnd/react-dnd development by creating an account on ... Add initial tests to drag-around examples (#3032) (2ba22bf), closes #3032 ...
Read more >Troubleshooting - React DnD - GitHub Pages
Troubleshooting. This page is dedicated to the problems you might bump into while using React DnD. Could not find the drag and drop...
Read more >Dependency Issue, React DnD Beautiful [duplicate]
Maybe your problem could be solved by removing the node_modules folder and running npm -g install npm , like this tutorial suggest: Unable ......
Read more >react-dnd-multi-backend - npm package - Snyk
We found that react-dnd-multi-backend demonstrates a positive version release cadence with at least one new version released in the past 3 months. In...
Read more >react-dnd 16.0.0 and DnDProvider.js : r/reactjs - Reddit
js'? BREAKING CHANGE: The request 'react/jsx-runtime' failed to resolve only because it was resolved as fully specified (probably because the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This was fixed with enzyme latest release. closing this.
Hi, I have faced with the same problem.
Please check this. Updating to newer version of enzyme-adapter-react (from 1.1.1 to 1.1.3) solved this problem for me.