-
Why forwardRef needs to be removed from React
ForwardRef is a feature in React that allows you to access the ref of a child component from the parent component. It is a useful feature, but it has some downsides that make it a bad practice to use.
tags: