-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in >= React 15.3.x #19
Comments
quick workaround, in webpack config add
|
@jquense Can you please release a new version with the switch to react-dom? It would make it so much easier for me. |
@frankleng's workaround won't help in case react 16 is used as there's no |
For v16 I think we'll be deprecating the batching version of uncontrollable entirely (or simplifying it), It exists to handle some odd cases around subtrees that the new |
@jquense, thanks for the explanation. Any plans on releasing it in the near future? |
hopefully, tho in the meantime i'd suggest using the none batching version which works in all versions of react |
getting
@jquense seems like you've changed the require path to use
react-dom
instead, but the released version on NPM is still referencingreact
itself.https://github.com/jquense/uncontrollable/blob/master/src/batching.js#L1
can you cut a bug fix release?
The text was updated successfully, but these errors were encountered: