0da4b5e0a5df86eb1d7d5f50dba1d9552608b6b3
The v7_startTransition warning appeared because react-router 6.30.3 (bundled by Modern.js 2.70.8) emits future flag warnings by default. A full Modern.js 2→3 upgrade was investigated but blocked by @module-federation/modern-js ESM incompatibilities with Rsbuild 2.0 (uses __filename and require.resolve in ESM bundles, and the SSR plugin calls api.modifyWebpackConfig which no longer exists). Instead, opt into all v7 future flags via runtime.router config. This silences the warning and prepares the codebase for an eventual React Router v7 upgrade when the MF plugin catches up.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%