mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
* Add failing test to show that shallow test renderer doesn't call setState's callback arg * Record tests * Fix shallow renderer's setState/replaceState/forceUpdate to execute any callbacks passed. (#10089) * Ensure shallow renderer callbacks are called with the correct binding.