-
Notifications
You must be signed in to change notification settings - Fork 799
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
Does not bind methods #123
Comments
It's a regression. That's why we're going TDD in the upcoming rewrite.. I'll take a look what's up, thanks for reporting. |
The fix should be out as |
👍 |
I still have this problem.... |
Can I ask you to check whether |
For what it's worth @gaearon I had this issue and alpha-3 fixed it for me. Thanks for all the work you're doing on all of these projects! |
Hi there,
When I add a method to a component and use it in "render" the method is not bound to the component. I have to refresh browser to make that work.
When looking at
bindAutoBindMethods
thecomponent.__reactAutoBindMap
is always undefined.The text was updated successfully, but these errors were encountered: