react-split-pane
react-split-pane copied to clipboard
update react peer dependencies
Hey there 👋
Just wanted to bump this library's peer dependencies so that package managers will be happier about it when installed alongside React 18 (and also 17).
Thanks for creating this useful component
Any plans to merge this and publish a new version on npm?
I'm on react 17 and I've actually been using react-split-pane for quite a while with it because yarn wasn't checking the deps properly, but now that it does check the deps properly this is a nuisance and ideally I wouldn't like to fork the project and publish a new npm package just for this fix...
+1
Please merge this @AmjadNoor @ellanan @wuweiweiwu @tomkp and publish on npm
Any updates on the merge and publish on npm? :) is there anything blocking this merge?
Same issue here, upgrading to react-17.
side note: weird that npmpeer.dev
tells me there's a 2.0.3 version, I installed it and worked... is there such version available?
Same issue here, upgrading to react-17. side note: weird that
npmpeer.dev
tells me there's a 2.0.3 version, I installed it and worked... is there such version available?![]()
- There is version 2.0.3 with tag of
next
on npm - There is mention of v2 here https://github.com/tomkp/react-split-pane/issues/233 Might not be stable release.
No longer need this component. Closing this PR to reduce some email chatter 🙏
In the meantime just add this to package.json:
"resolutions": { "react-split-pane/react-dom": "17.0.2", "react-split-pane/react": "17.0.2" }