eunukasiko

Results 7 comments of eunukasiko

Still seeing this for `enum` which is declared in `` block

In the real code, I don't know in advance what the events will be, that's why I can't use `on:`. Thanks for the link, I'll see if I can somehow...

> > @yanick yes, here's a [Stackblitz demo](https://stackblitz.com/edit/davipon-test-svelte-multiselect-kpyf6a?file=tests%2FHello.test.ts) > > YES! Thank you. > > You need to also add a > > ``` > compilerOptions: { > accessors: true...

This was the solution for us https://vitest.dev/guide/in-source.html

``` - ./src/lib/components/button/Button.stories.svelte: Cannot read properties of undefined (reading 'instance') ```

Yeah! The click events should be similar to `mousedown` rather than `click` events.

Yes, I ended up writing a special case for onNodeClick.