pannellum-react
pannellum-react copied to clipboard
React 17.x
trafficstars
Hey, will there be support for 17.x react? It works on this version, but installation via npm requires --legacy-peer-deps
I try to make that happen 👍🏽
17.x support would be nice!
I made a working repo, if you think this is a good path let me know to create a PR
would be great :)
Please update
"peerDependencies": {
"react": "16.x"
},
to
"peerDependencies": {
"react": ">=16.x <=17.x"
},
Is there any plan for build and publish the new version?