Hi. I'm wondering why the canvasElement property of Renderer type for the interactions play prop, has the unknown type by default.
Here is a StackBlitz where svelte-check commands throws error regarding usage of canvasElement which has default type set to unknown. Previously in the @storybook/addons package it was set to HTMLElement. So there are multiple questions regarding this one. May the canvasElement be different than a HTMLElement? If so, how do we specify the template render type for the StoryContext inside SB stories using addon for svelte.
Steps: 1. Open StackBlitz 2. run npm run check:svelte
StackBlitz: https://stackblitz.com/github/StefanIlieP5/svelte-storybook7
@storybookjs/addon-svelte-csf issues: https://github.com/storybookjs/addon-svelte-csf/issues/105
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 Run in console ...