We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
01f9ce7
Adds a new rule that warns if React.createRef() is used in a function component. Instead of the preferred useRef hook.