Thanks to visit codestin.com Credit goes to github.com
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 3f814e7 commit 901d76bCopy full SHA for 901d76b
packages/react-devtools-shared/src/devtools/views/Profiler/utils.js
@@ -100,17 +100,6 @@ export function prepareProfilingDataFrontendFromBackendAndStore(
100
rootID,
101
snapshots,
102
});
103
-
104
- dataForRoots.set(rootID, {
105
- commitData: filteredCommitData,
106
- displayName,
107
- initialTreeBaseDurations: new Map(initialTreeBaseDurations),
108
- interactionCommits: new Map(interactionCommits),
109
- interactions: new Map(interactions),
110
- operations: filteredOperations,
111
- rootID,
112
- snapshots,
113
- });
114
},
115
);
116
0 commit comments