Asif Ahmed

Results 1 comments of Asif Ahmed

I ran into a similar problem today and found a workaround for now. `createEventDispatcher` uses the following for creating a custom event. https://github.com/sveltejs/svelte/blob/a0e0f0125aa554b3f79b0980922744ee11857069/src/runtime/internal/dom.ts#L254-L257 Now, for custom elements, the custom event...