Izzimach / react-three-legacy

React bindings to create and control a 3D scene using three.js
Other
1.52k stars 128 forks source link

react-three with react 15.4 #90

Closed eeh closed 7 years ago

eeh commented 7 years ago

Hi,

The React guys released 15.4 a few days ago, and it got picked up by my build server today. Unfortunately, react-three seems to be incompatible with this version of react.

It appears that the react guys have done some reorganizing, removing ReactDOM from the react/lib and a couple of things like that.

Reverting to React 15.3 in the meantime.

Regards, Emil

Izzimach commented 7 years ago

Yeah, similar to #82 and #48 no doubt. Thanks for the heads up!

Should maybe switch back to React version locking or using a custom React lib.

eeh commented 7 years ago

Thanks!

Will you publish a new version on npm?

Izzimach commented 7 years ago

Published!