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
Hi, thanks for the issue!
We still need to be backwards compatible with react 18, which we are also still on.
React 19 is still not released, and we would need to update to be able to use it, which is still a bit further down the road for us at the moment.
Due to the need to support backwards compatibility, we might need to keep using forwardRef for the forseeable future. It won't be removed in react 19, so it is fine to keep it as is for now,
Description
With React 19
forwardRef
can be replaced by a simpleref
: https://react.dev/blog/2024/04/25/react-19#ref-as-a-propAdditional Information
No response
The text was updated successfully, but these errors were encountered: