mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8bc2b9c3f1
Stacked on https://github.com/facebook/react/pull/30564.
We are no longer using browser theme in our console patching, this was
removed in unification of console patching for strict mode, we started
using ansi escape symbols and forking based on browser theme is no
longer required - https://github.com/facebook/react/pull/29869
The real browser theme initialization for frontend is happening at the
other place and is not affected:
https://github.com/facebook/react/blob/40be968257a7a10a267210670103f20dd0429ef3/packages/react-devtools-shared/src/devtools/views/Settings/SettingsContext.js#L117-L120
DiffTrain build for [b521ef8a2a](https://github.com/facebook/react/commit/b521ef8a2aaff61154e59f6d0d3791ee4dbe6395)