You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open Svelte Devtools
Go to your webpage
Update a page/component
Expected behavior
When a component is updated the plugin should reflect the updated code without requiring closing the devtools and re-opening.
Environment
Firefox 124.0.1
built from master
Svelte 4.2.11
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: