dillon1000/react
Commit
Browse files Fix uncontrolled radios (#10156)
* Add fixture * Fix Uncontrolled radio groups * address feedback * fix tests; prettier * Update TestCase.js
Changed paths9 files
First-parent comparisonfixtures/dom/public/react-loader.js ModifiedM fixtures/dom/src/components/TestCase.js ModifiedA fixtures/dom/src/components/fixtures/input-change-events/RadioGroupFixture.js AddedM fixtures/dom/src/components/fixtures/input-change-events/index.js ModifiedM fixtures/dom/yarn.lock ModifiedM src/renderers/dom/fiber/ReactDOMFiberComponent.js ModifiedM src/renderers/dom/shared/__tests__/inputValueTracking-test.js ModifiedM src/renderers/dom/shared/inputValueTracking.js ModifiedM src/renderers/dom/stack/client/ReactDOMComponent.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…