dillon1000/react

Commit

fix[react-devtools]: update profiling status before receiving response from backend (#31117)

We can't wait for a response from Backend, because it might take some
time to actually finish profiling.

We should keep a flag on the frontend side, so user can quickly see the
feedback in the UI.
Browse files
Changed paths5 files
First-parent comparison
M packages/react-devtools-shared/src/devtools/ProfilerStore.js ModifiedM packages/react-devtools-shared/src/devtools/store.js ModifiedM packages/react-devtools-shared/src/devtools/views/Profiler/ProfilerContext.js ModifiedM packages/react-devtools-shared/src/devtools/views/Settings/SettingsModal.js ModifiedM packages/react-devtools-shared/src/devtools/views/Settings/SettingsModalContextToggle.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…