81 TREE_OPERATION_REORDER_CHILDREN,
82 TREE_OPERATION_SET_SUBTREE_MODE,
83▶ TREE_OPERATION_UPDATE_ERRORS_OR_WARNINGS,
84 TREE_OPERATION_UPDATE_TREE_BASE_DURATION,
85 TREE_OPERATION_APPLIED_ACTIVITY_SLICE_CHANGE,
· · ·
123} from 'react-devtools-shared/src/backend/DevToolsNativeHost';
124import {
125▶ isError,
126 rootSupportsProfiling,
127 isErrorBoundary,
· · ·
127▶ isErrorBoundary,
128 getSecondaryEnvironmentName,
129 areEqualRects,
· · ·
441 overridePropsRenamePath,
442 scheduleRefresh,
443▶ setErrorHandler,
444 setSuspenseHandler,
445 scheduleUpdate,
· · ·
447 getCurrentFiber,
448 } = renderer;
449▶ const supportsTogglingError =
450 typeof setErrorHandler === 'function' &&
451 typeof scheduleUpdate === 'function';
+ 205 more matches in this file