Tamas Adam

Results 5 comments of Tamas Adam

Does defining `document` as fallback really work as expected? To me it seems a bit suspicious.

Actually, in my case the reason of the problem was that svelte was included in a component library project. This led to various bugs, being one of them this undefined...

Agreed, would be nice to have a config option here. Had a feeling that there must be debounce. Thxs for checking, @arnederuwe !

Hi, I did plenty of debugging, and the issue is that babel converts all let and const declarations to var and if there is any const or let within a...

Regarding the original post, the issue is caused by `Item.svelte` in svelte-select: ``` $: { const classes = []; //... ```