kirbydesign / designsystem

Kirby Design System
https://cookbook.kirby.design
MIT License
85 stars 23 forks source link

[Housekeeping] Prepare for upgrade of Storybook to v8 #3591

Closed Fuzzy3 closed 2 months ago

Fuzzy3 commented 2 months ago

Describe the housekeeping request

As a pre-task to upgrading Storybook to v8 (#3547), we should remove the type of the args in the render function in our stories, due to this issue. Storybook v8 does some internal mapping, meaning we have to get rid of the explicit type.

image