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
{{ message }}
This repository was archived by the owner on May 29, 2022. It is now read-only.
Using the textfield from this package causes a React warning when adding a Textfield Input.
Warning: Stateless function components cannot be given refs. Attempts to access this ref will fail.
Check the render method of `NativeDOMAdapter`.
in TextInput (created by NativeDOMAdapter)
in NativeDOMAdapter (created by Meta)
in Meta (created by Input)
in Input (at AddAccount.js:528)
in div (created by NativeDOMAdapter)
in NativeDOMAdapter (created by Meta)
in Meta (created by Textfield)
in Textfield (at AddAccount.js:527)
Example implementation that brings up the warning: