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
Fix: Prevent field name from shadowing DOM properties (fixes#871) (#1077)
- Extract 'name' from inputProps before spreading to avoid shadowing
- Fixes crash when field name is 'nodeName', 'className', etc.
- Add test case for field named 'nodeName'
Co-authored-by: Erik Rasmussen <erik@mini.local>
0 commit comments