storybookjs / addon-svelte-csf

[Incubation] CSF using Svelte components.
MIT License
103 stars 32 forks source link

[Bug] CanvasElement unknown type #105

Closed StefanIlieP5 closed 1 year ago

StefanIlieP5 commented 1 year ago

Describe the bug

Svelte check throws errors when check interactions stories

Steps to reproduce the behavior

1.Go to this https://stackblitz.com/github/StefanIlieP5/svelte-storybook7

  1. Run in console pnpm check:svelte

Expected behavior

canvasElement should have a known type

Screenshots and/or logs

image

bledeabogdan commented 1 year ago

I'm wondering why the Render default type has canvasElement as unknow type by default? How do we properly specify the template type of the StoryContext. Have I missunderstood the usage of play function?

shilman commented 1 year ago

:rocket: Issue was released in v3.0.3 :rocket: