Josh Pensky

Results 4 comments of Josh Pensky

This is most definitely a bug! 🐞 Some details on what's happening behind the scenes: - The parent `` component is detecting a change in the location which causes the...

This looks to have broken in 3.1.1 with the merge of https://github.com/mdx-js/mdx/pull/2629

thanks @wooorm! a) `eager` is not needed (it just imports all the modules immediately). The bug still persists without the option b) `?raw` is a built-in Vite feature to [import...

I also expected Vite to handle this automatically. I've also confirmed that changing the [plugin ordering](https://vite.dev/guide/api-plugin#plugin-ordering) does not fix the issue We've temporarily wrapped this plugin to restore the expected...