Denis Mikhailychev

Results 2 comments of Denis Mikhailychev

Any chance we have it merged this week?

I have it like this. Works fine to me. ```ts import { bind, binding_callbacks } from 'svelte/internal'; import { get, writable, type Writable } from 'svelte/store'; import type { SvelteComponent...