vitejs / vite-plugin-react-pages

A vite framework for building react app. Especially suitable for document site and demos/playgrounds of react components.
https://vitejs.github.io/vite-plugin-react-pages/
MIT License
459 stars 70 forks source link

Bug: hmr cause runtime error when add/delete title #174

Open csr632 opened 8 months ago

csr632 commented 8 months ago

reproduce:

change md file from an empty file into:

# t1

case the error image

Do the opposite (delete the only title) also cause error.

csr632 commented 8 months ago

https://github.com/mdx-js/mdx/issues/2444