-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fall back to ReactUpdateQueue on 0.13 components #5
Comments
We can do that! Is it needed? I think I had non-React.Component classes updating correctly in 0.13, but maybe I made a mistake while testing. |
Strange, this is not working for me. This is where I'm using |
It skips autobinding in the method itself, I believe. Is your solution backwards-compatible with 0.12? Can you send a PR? |
This will be fixed in |
Fixed and released. Can you please verify it works for you? |
Yes, lgtm 😄 |
Thoughts on fallback to
ReactUpdateQueue.enqueueForceUpdate
on react-0.13 components not created usingReact.createClass
and that don't extendReact.Component
?Here is an example using a patched loader and api that uses the fallback
The text was updated successfully, but these errors were encountered: