HTML5Backend should not have 'react' in peerDependencies either
See original GitHub issueI’m the author of angular-skyhook
, which invites users to install react-dnd-html5-backend
. Installing it complains about a missing peer dependency react@>= 16.3
.
As far as I can tell, the backend doesn’t require React at all, and that is the reason why angular-skyhook
exists. Could you leave that peer dependency for react-dnd
to handle?
Tracking: https://github.com/cormacrelf/angular-skyhook/issues/1
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
react-dnd-multi-backend/README.md - UNPKG
To get the `HTML5toTouch` pipeline, just require/import `react-dnd-multi-backend/dist/BUILD_TYPE/HTML5toTouch` (where `BUILD_TYPE` is either `cjs` for CommonJS ...
Read more >React DnD Multi Backend NPM Version dependencies Status ...
In this example, the first touchstart event would trigger the TouchBackend to replace the HTML5Backend —but the user would have to start a...
Read more >Webpack external OPTIONAL modules - Stack Overflow
Im working on a library that requires some optional peer dependencies. "peerDependencies": { "react- ...
Read more >Understanding Peer Dependencies in JavaScript
Peer dependencies are a must-know feature that many developers overlook ... has no direct dependency, even though it works on top of React....
Read more >react-dnd-html5-backend | Yarn - Package Manager
Important: This documentation covers modern versions of Yarn. For 1.x docs, see classic.yarnpkg.com. Yarn.
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
Yeah, that sounds reasonable. I’ll put out a release today
You are a machine. Cheers again.