We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c71a8 commit f86cd54Copy full SHA for f86cd54
packages/react-devtools-extensions/src/main.js
@@ -156,7 +156,9 @@ function createPanelIfReactLoaded() {
156
supportsTimeline: isChrome,
157
supportsTraceUpdates: true,
158
});
159
- store.profilerStore.profilingData = profilingData;
+ if (!isProfiling) {
160
+ store.profilerStore.profilingData = profilingData;
161
+ }
162
163
// Initialize the backend only once the Store has been initialized.
164
// Otherwise the Store may miss important initial tree op codes.
0 commit comments