dillon1000/react
Commit
Browse files Handle the radio button case completely in the asap case (#8170)
Instead of scheduling individual callbacks to asap, we schedule one and then do all the work in that one. I'm doing this for architectural refactoring reasons. Nevertheless, I'm adding a contrived unit test that this fixes. :)
Changed paths3 files
First-parent comparisonscripts/fiber/tests-failing.txt ModifiedM src/renderers/dom/shared/wrappers/__tests__/ReactDOMInput-test.js ModifiedM src/renderers/dom/stack/client/wrappers/ReactDOMInput.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…