dillon1000/react

Commit

Fix unmounting performance regression in __DEV__ (#7463)

* Comment previous occurrences of this issue

* Fix DEV performance regression in V8

* Extract try/catch into a separate function when calling hooks
Browse files
Changed paths7 files
First-parent comparison
M src/isomorphic/hooks/ReactComponentTreeHook.js ModifiedM src/renderers/dom/client/eventPlugins/SimpleEventPlugin.js ModifiedM src/renderers/dom/shared/ReactDOMDebugTool.js ModifiedM src/renderers/dom/shared/__tests__/ReactDOMDebugTool-test.js ModifiedM src/renderers/shared/ReactDebugTool.js ModifiedM src/renderers/shared/__tests__/ReactDebugTool-test.js ModifiedM src/renderers/shared/stack/event/EventPluginHub.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…