Vision Hung
Vision Hung
I have the same issue. I set up `skipLibCheck` to true in tsconfig.json as the workaround.
Hi, @shilman Could the Storybook team fix this issue? or any plan to improve that?
@shilman I only can replace `$event` with a clear value as a prop, it can avoid the error message that happened. Avoid Vue event object as the prop to pass...
I found the issue source: 1. @storybook/addon-actions use the [`Telejson`](https://github.com/storybookjs/telejson) library to stringify the props ($event) of Vue event and show them on the Actions console. 2. `Telejson` stringify the...
@metal-gogo @reutgrubervcita @LawrenceB5477 You can try the workaround above on your project.
看了你這篇文章與你第二期`程式導師實驗計畫`&心得,真心覺得你真的很厲害,也很有教學熱忱! 自己只有半年多的前端工作經驗,發覺自己的基礎與理論真的不夠深,謝謝你讓我知道自己該補足哪些知識~