In React 19, ref is now just a regular prop. This means forwardRef is no longer necessary, and will be removed in a later version.
ref
forwardRef
refs passed to classes are not passed as props since they reference the component instance.
refs
[[react]]