You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many code snippets for components in Storybook are broken because we use the h() method from vue to render the slots or some icon properties are breaking the syntax.
check all code snippets for component examples and fix them if they are broken
add review point to reference DEV ticket that requires manual review of the code snippets on the deployed Storybook
Relates to #1078, #414
- simplified some Stories
- refactor oynx icon import code transformer to work globally so we
don't need to add it to every component that uses icons
- temporarily copy over improved source code generation until it is
released in Storybook itself (see
storybookjs/storybook#27194)
Many code snippets for components in Storybook are broken because we use the
h()
method fromvue
to render the slots or some icon properties are breaking the syntax.Approval
The text was updated successfully, but these errors were encountered: