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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1000,8 +1000,8 @@ Global application settings are added to the Storybook toolbar for easy testing
1000
1000
1001
1001
- Changing `i18n` in the toolbar doesn't update the language. A manual story reload is required.
1002
1002
- `autodocs` currently is non-functional due bugs, its usage is discouraged at this time.
1003
-
- `pnpm build-storybook` currently fails, use `pnpm storybook` to view the stories for the time being.
1004
1003
- `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.
1004
+
- Do not `import type` from `.vue` files. The `vue-docgen-api` parser used by `@storybook/addon-docs` cannot follow type imports across SFCs and will crash. Extract shared types into a separate `.ts` file instead.
0 commit comments