mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
Wrap the three React 18 root mounts (views/index, views/menu, embedded) in <StrictMode>. Refs #39890. StrictMode is dev-only — production builds are unchanged. The RTL test wrapper does not enable StrictMode, so the existing test suite is unaffected. Any double-invocation/cleanup issues that surface during local dev work should be tracked as follow-up items. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>