You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a ref to a child element of a stateless component yields a caught TypeError: Cannot read property 'refs' of null. I can see this being really hard to debug. Could there be a better error message there ?
The text was updated successfully, but these errors were encountered:
My fiddle is using a future/experimental version of React, so it's possible the issue was just fixed and not yet released. Either way, glad to hear it works in the latest fiddle!
Adding a
ref
to a child element of a stateless component yields a caught TypeError: Cannot read property 'refs' of null. I can see this being really hard to debug. Could there be a better error message there ?The text was updated successfully, but these errors were encountered: