dillon1000/react
Commit
Browse files change the argument passed to CallbackQueue.getPooled (#10101)
* change the argument passed to CallbackQueue.getPooled * remove undefined from function call * add test for ReactNativeReconcileTransaction * update log of tests * change test to one that operates on setState * added new tests and fixed another instance of the bug * run prettier * update names of tests and minor clean up * remove arg from CallbackQueue and update tests
Changed paths7 files
First-parent comparisonscripts/fiber/tests-passing.txt ModifiedM src/renderers/__tests__/ReactCompositeComponent-test.js ModifiedM src/renderers/dom/stack/client/ReactReconcileTransaction.js ModifiedM src/renderers/dom/test/__tests__/ReactTestUtils-test.js ModifiedM src/renderers/native/ReactNativeReconcileTransaction.js ModifiedM src/renderers/native/__tests__/ReactNativeMount-test.js ModifiedM src/renderers/shared/stack/reconciler/CallbackQueue.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…