react/packages/react-devtools-shared/src
Brian Vaughn 13036bfbc8
DevTools should not crawl unmounted subtrees when profiling starts (#23162)
Previously we crawled all subtrees, even not-yet-mounted ones, to initialize context values. This was not only unecessary, but it also caused an error to be thrown. This commit adds a test and fixes that behavior.
2022-01-21 11:05:49 -05:00
..
__tests__ DevTools should not crawl unmounted subtrees when profiling starts (#23162) 2022-01-21 11:05:49 -05:00
backend DevTools should not crawl unmounted subtrees when profiling starts (#23162) 2022-01-21 11:05:49 -05:00
config StyleX plug-in for resolving atomic styles to values for props.xstyle (#22808) 2021-12-07 20:04:12 -05:00
devtools styles: replace Array.isArray with module isArray (#23154) 2022-01-21 09:33:00 -05:00
hooks Correct typing errors detected in several files (#22965) 2022-01-04 10:30:07 -05:00
node_modules/react-window Code mod import * as React from 'react' in react-window (#18105) 2020-02-21 23:20:17 -08:00
Logger.js [DevTools] Log errors occurring or reported to the frontend (#22948) 2021-12-13 11:38:45 -05:00
PerformanceLoggingUtils.js Clear performance marks after measuring (#22345) 2021-09-17 10:46:42 -04:00
TimeoutError.js Show different error boundary UI for timeouts than normal errors (#22483) 2021-10-01 15:03:36 -04:00
backendAPI.js StyleX plug-in for resolving atomic styles to values for props.xstyle (#22808) 2021-12-07 20:04:12 -05:00
bridge.js DevTools: Support mulitple DevTools instances per page (#22949) 2021-12-14 12:16:16 -05:00
constants.js Advocate for StrictMode usage within Components tree (#22886) 2021-12-10 11:05:18 -05:00
dynamicImportCache.js Rename (some) "scheduling profiler" references to "timeline" (#22690) 2021-11-03 15:10:29 -04:00
events.js Enable prefer-const lint rules (#18451) 2020-04-01 12:35:52 -07:00
hook.js Refactored how React/DevTools log Timeline performance data (#23102) 2022-01-13 14:55:54 -05:00
hookNamesCache.js Rename (some) "scheduling profiler" references to "timeline" (#22690) 2021-11-03 15:10:29 -04:00
hydration.js DevTooks: Don't dehydrate hook source fileNames (#21814) 2021-07-07 14:24:17 -04:00
inspectedElementCache.js Rename (some) "scheduling profiler" references to "timeline" (#22690) 2021-11-03 15:10:29 -04:00
inspectedElementMutableSource.js Correct typing errors detected in several files (#22965) 2022-01-04 10:30:07 -05:00
isArray.js Add isArray in devTools utils (#22438) 2021-09-27 17:17:30 -04:00
registerDevToolsEventLogger.js DevTools: Log version in internal logger (#22825) 2021-11-30 10:48:46 -05:00
storage.js Added FB copyright header 2019-08-27 10:54:01 -07:00
types.js Advocate for StrictMode usage within Components tree (#22886) 2021-12-10 11:05:18 -05:00
utils.js Advocate for StrictMode usage within Components tree (#22886) 2021-12-10 11:05:18 -05:00