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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Page load throws console error: Warning: Stateless function components cannot be given refs. Attempts to access this ref will fail.null
What is the expected behavior?
No console error. Or at least some way to trace which is the stateless component that is causing the issue.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React? "react": "^16.0.0-rc.3", Chrome Version 60.0.3112.113 (Official Build) (64-bit) macOS Sierra 10.12.6
This error only started to appear after upgrading from React 15 -> 16.
karuppasamy, ken92, quytang, JeffWong16 and JoeBBChen