Hey,
I've got a project using RR7 with ssr: false. . I'm also trying to use CSS modules, but even though they're being bundled in the build process, they're not being linked in the HTML.
It it possible that React Router v7's build process is not automatically including CSS modules in the HTML output when SSR is disabled?
It this expected or maybe an issue?