-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cannot read property '__reactAutoBindMap' of undefined #15
Comments
Asking around, it appears this is due to this project not being updated for React 0.14+? |
Update 2: for reasons that are embarrassing and silly, I can't provide a PR, but I did get this working by updating the methods in tabs and tab-list
and
I'm not seeing any further problems once these changes are in place. |
Just wondering if this project was still active? It appears as though this error is still breaking the component. |
@martinbethann @tBaxter I'll be taking a look at this momentarily. |
I'm sure this is just me, as I'm still pretty new to React, but I cannot get this working.
No matter what I do, I'm seeing "Uncaught TypeError: Cannot read property '__reactAutoBindMap' of undefined" and it is often accompanied by "Warning: Something is calling a React component directly. Use a factory or JSX instead."
Here's the simplest version of the code I've tried (although I've tried many variations:
React (and react-dom) is ^15.1.0
The text was updated successfully, but these errors were encountered: