Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Using Chrome 78.0.3904.108.
Before Svelte DevTools connecting:
After Svelte DevTools connecting:
I guess I expected to see the page and the content, and the props of each component. But there's just an <Unknown /> component for the router and that's it. I can't see the page.
As routers are pretty popular (yrv is new, but getting more popular) it'd be useful for them to work with Svelte DevTools.
An internal changed in Svelte 3.14 broke devtools. The recently released svelte-devtools 1.2.0 (approved in the chrome store today) should fix this issue.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Using Chrome 78.0.3904.108.
Before Svelte DevTools connecting:
After Svelte DevTools connecting:
I guess I expected to see the page and the content, and the props of each component. But there's just an
<Unknown />
component for the router and that's it. I can't see the page.As routers are pretty popular (yrv is new, but getting more popular) it'd be useful for them to work with Svelte DevTools.