Cognvn
Results
1
comments of
Cognvn
I have same problem with Remix and I'm able to fix it with: ```diff export default defineConfig({ plugins: [remix(), tsconfigPaths()], + legacy: { proxySsrExternalModules: true }, }); ``` Read more...