-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This is a development only issue, nothing that will affect users.
Sometimes Vite HMR (hot module replacement) enters a state where updates are triggered repeatedly when not needed. We can see a warning in the console when this happens. If you have an old laptop, development can become a bit slow when this happens.

The problem seems to be related to component exports. There is a lint plugin we could use to automatically detect problematic exports.