Hi there - Speaking & reading in russian but can’t write in it, so you’re welcome to answer me in russian 😃 Got the following problem: When I switch the components (as in the ...
у меня такой вопрос: предположем у меня имеется Foo.js в котором: export default function Foo() { this.bar = 0 setInterval(() => {this.bar++}, 100) } и в instance.js я...
App.svelte <script> import foobar from './foobar' export let name; </script> <style> h1 { color: purple; } </style> <h1>Hello {name}!</h1> <foobar></foobar> foobar.svel...
So what’s about it? 😄 What do you guys think, is that more like a Svelte bug? Should I instead create a GitHub issue for it?