react icon indicating copy to clipboard operation
react copied to clipboard

refactor[react-devtools]: remove browserTheme from ConsolePatchSettings

Open hoxyq opened this issue 1 year ago • 1 comments

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

hoxyq avatar Aug 01 '24 12:08 hoxyq

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-compiler-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2024 4:42pm

vercel[bot] avatar Aug 01 '24 12:08 vercel[bot]