Closed davidjayb closed 7 months ago
Would it be possible for you to record the behavior? I couldn't seem to make it unresponsive with a fresh Svelte+Vite or SvelteKit project, the only issue I can see is with HMR which is reported in #125
Ah yes, it is related to HMR.
Thanks for the confirmation, closing in favor of #125
Describe the bug Using SvelteKit with Vite, every time there is a code update served by Vite the Svelte Devtools needs to be reloaded. The plugin becomes unresponsive until reloaded.
To Reproduce Steps to reproduce the behavior:
Expected behavior When a component is updated the plugin should reflect the updated code without requiring closing the devtools and re-opening.
Environment
Additional context
This seems to be a Firefox specific bug, or related to changes in master that have not been released. Using Chrome with the extension from the marketplace I was unable to reproduce this bug.