Uh oh!
There was an error while loading. Please reload this page.
Require reconciler code from ReactDOM - #104
Conversation
facebook-github-bot
commented
Nov 4, 2016
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact cla@fb.com if you have any questions. |
quinn
commented
Nov 22, 2016
seems like this should be merged / released to npm? |
dsblv
commented
Nov 22, 2016
There must be a problem with @facebook-github-bot , because I did sign that CLA. Anyway, I won't be upset if someone else makes the change, let's make it happen! |
quinn
commented
Nov 22, 2016
i also had to change this line: to this: maybe that is a difference in a newer version of react or something. I ended up just cloning the repo and poking it until it started working : p idk anything about react internals |
dsblv
commented
Nov 22, 2016
Yeah, I have a note about that in my first comment |
quinn
commented
Nov 22, 2016
ah yeah missed that :) |
robhogan
commented
Nov 23, 2016
Until this is merged, it's easy enough to patch react-art with a postinstall script in your project's
|
Xuewa
commented
Dec 6, 2016
Thanks @quinn .I have solved my problem. |
dsblv
commented
Dec 14, 2016
Well cool, it's done and in master now 🎉 |
sophiebits
commented
Dec 14, 2016
Sorry we didn't get this merged. Thanks for sending! |
As pointed in react/react#7770 (comment), some internal modules of React 15.4.0 will be moved to react-dom package. When this happens, React ART will have to require
ReactInstanceMap,ReactMultiChild,ReactUpdatesfrom react-dom instead of react.Fixes#103.
Note for maintainers: Before merging this, you might want to revert db4dcef, since it's purpose is delayed until React 16 (react/react#7598). This is the reason why tests are failing right now.
💃