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
Hi, commented on the original issue but thought it'd be better to open a new one since I can't reopen the original one.
Looks like the [email protected] update works well for new tabs, but I'm having an issue when using Svelte 5 in a content script where everything works the first time, but then after changing anything the hot reload gets into an infinite loop reloading the page.
this is related to #207. I need to enable page reload in content_scripts to make Svelte and non-framework demos work in there. patch should happen in the next release
Hi, commented on the original issue but thought it'd be better to open a new one since I can't reopen the original one.
Looks like the
[email protected]
update works well for new tabs, but I'm having an issue when using Svelte 5 in a content script where everything works the first time, but then after changing anything the hot reload gets into an infinite loop reloading the page.Here's a repo based off the svelte template: https://github.com/dshook/extension-svelte-test then all you have to do (with chrome) is:
The text was updated successfully, but these errors were encountered: