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
Full warning message: Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
I tried with the example code shown in the repo README file, but that shows the error too. I am using React v16.13.1 and Node 14.3.0
The text was updated successfully, but these errors were encountered:
Full warning message:
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
I tried with the example code shown in the repo README file, but that shows the error too. I am using React v16.13.1 and Node 14.3.0
The text was updated successfully, but these errors were encountered: