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
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Describe the feature
When working with refs in React it is a standard thing to call them just
ref
. For example when forwarding ref:Another common thing is to use single form of props – a
prop
. For example when we have to alias a prop name that component accepts:These a two real-life examples. Can we allow
ref
andprop
abbreviations as well? We could simply add it to the this list.Additional information
Final checks
The text was updated successfully, but these errors were encountered: