We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc7e3a commit 63fc686Copy full SHA for 63fc686
1 file changed
packages/react-native-inspector/src/index.ts
@@ -87,7 +87,7 @@ interface TraversalContext {
87
const protocolVersion = "0.1";
88
const hookKey = "__REACT_DEVTOOLS_GLOBAL_HOOK__";
89
const hierarchyDeadlineMs = 3000;
90
-const hierarchyNodeBudget = 450;
+const hierarchyNodeBudget = 3500;
91
const measureTimeoutMs = 2;
92
const commonEditableProps = [
93
"accessibilityLabel",
0 commit comments