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 was 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
refandpropabbreviations as well? We could simply add it to the this list.Additional information
Final checks