dillon1000/react

Commit

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
Browse files
Changed paths7 files
First-parent comparison
M scripts/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 Modified
Patch

Files changed

Rendering syntax-highlighted changes…