Closed
Description
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:
- go to google
- See the component works in the top right
- Make any change to the results component
- See the page reload over and over again