This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Lots of stories broken in Canvas view #1135
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
Description
Many stories in the Storybook on
main
are broken. This might be a consequence of updating it to Storybook 6.4 although there are no breaking changes in the changelog. Strangely enough, the smoke test passes.Reproduction
Visit the "Components/VAudioThumbnail/Square" story in the "Canvas" view. There might be other stories broken in a similar fashion.
Expectation
The stories should render.
Additional context
The broken stories can be fixed by using the composition API format with a
setup()
function. See #1134 which fixes the stories for "Components/VLicense".Resolution
The text was updated successfully, but these errors were encountered: