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
Copy file name to clipboardExpand all lines: docs/content/2.guide/3.storybook.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,5 +106,5 @@ Global application settings are added to the Storybook toolbar for easy testing
106
106
107
107
- Changing `i18n` in the toolbar doesn't update the language. A manual story reload is required.
108
108
- `autodocs` currently is non-functional due bugs, its usage is discouraged at this time.
109
-
- `storybook` currently fails to build and must be viewed in the dev environment.
110
-
- Sibling nuxt modules will generate many warnings and errors on `pnpm storybook`. Unless something breaks, just ignore them.
109
+
- `pnpm build-storybook` currently fails, use `pnpm storybook` to view the stories for the time being.
110
+
- `pnpm storybook` may log warnings or non-breaking errors for Nuxt modules due to the lack of mocks. If the UI renders correctly, these can be safely ignored.
0 commit comments