How to skip initial reactivity for a variable within svelte components?
I have a simple custom component in Svelte, where I use reactivity to execute some code.
I have a simple custom component in Svelte, where I use reactivity to execute some code.