mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
70abda5b92
Fixes a case where changing the name and checked value of a radio button in the same update would lead to checking the wrong radio input. Also adds a DOM test fixture for related issue. Related issues: https://github.com/facebook/react/issues/7630