-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Labels
Description
Description
How to reproduce :
- Create a Vike project using bati.
- In pages/index.tsx, add a space in the
<h1>tag (e.g., change<h1>to<h 1>) to trigger an error.
It looks good; all errors are correctly displayed.
- Revert
<h 1>back to<h1>. - Do the same for the
<Counter>component (e.g., change it to<Coun ter>).
It would be great if the error could be handled in the same way, using Vite's built-in error page.