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
Add a support for React v19.
Actually, it shows the following error for project running in react 19 Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.
The text was updated successfully, but these errors were encountered:
Add a support for React v19.
Actually, it shows the following error for project running in react 19
Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.
The text was updated successfully, but these errors were encountered: