dillon1000/react
Commit
Browse files 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
Changed paths7 files
First-parent comparisonsrc/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 ModifiedPatch
Files changed
Rendering syntax-highlighted changes…