brianzinn / react-babylonjs

React for Babylon 3D engine
https://brianzinn.github.io/react-babylonjs/
812 stars 102 forks source link

react-reconciler dependency prevents upgrade to react 18 #235

Closed mike-at-hypothetic closed 1 year ago

mike-at-hypothetic commented 1 year ago

I get the following conflict when upgrading to react 18: warning "react-babylonjs > react-reconciler@0.26.2" has incorrect peer dependency "react@^17.0.2".

brianzinn commented 1 year ago

you're right - it should be 0.26.7. I'll try to get a fix out this weekend - should be a warning you can ignore as it's a peer dep.

mike-at-hypothetic commented 1 year ago

Thanks for the quick response! No need to rush but I wanted to put it on your radar.

brianzinn commented 1 year ago

thanks @mike-at-hypothetic - i bumped everything up and should be good on react-babylonjs@latest version (3.1.7). please re-open if not solved. cheers.