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
Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Check the render method of `ReactPlayer`.
at wrapper (webpack-internal:///./pages/youtube.tsx:137:66)
Expected Behavior
I'm not planning to use any refs, so how can this error be removed and what it meant.
Be sure to search for your issue before opening a new one.
Current Behavior
I'm using next js 12.2.0 with tailwind css. This is the code
This is the error I get in console
Expected Behavior
I'm not planning to use any refs, so how can this error be removed and what it meant.
Environment
Other Information
The text was updated successfully, but these errors were encountered: