mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
dataForRoots.set duplicate removal (#17993)
dataForRoots.set duplicate removal
This commit is contained in:
@@ -100,17 +100,6 @@ export function prepareProfilingDataFrontendFromBackendAndStore(
|
||||
rootID,
|
||||
snapshots,
|
||||
});
|
||||
|
||||
dataForRoots.set(rootID, {
|
||||
commitData: filteredCommitData,
|
||||
displayName,
|
||||
initialTreeBaseDurations: new Map(initialTreeBaseDurations),
|
||||
interactionCommits: new Map(interactionCommits),
|
||||
interactions: new Map(interactions),
|
||||
operations: filteredOperations,
|
||||
rootID,
|
||||
snapshots,
|
||||
});
|
||||
},
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user