Kazuki Matsuda

Results 3 comments of Kazuki Matsuda

I have the same issue. In my case, the survived file has static mutants called by `await import()`. This is a simple repository to reproduce. ``` $ git clone https://github.com/mkizka/stryker-js-static-mutants...

@lforst Hello. I've created a small reproduction repository. The error occurs when you click a button. https://github.com/mkizka/nextjs-serveractions-sentry ``` $ git clone https://github.com/mkizka/nextjs-serveractions-sentry $ cd nextjs-serveractions-sentry $ yarn $ yarn dev...

I found a workaround. Regarding the environment variables, you can revert to root.tsx and use the `VITE_` prefix and `import.meta.env`. https://vitejs.dev/guide/env-and-mode.html