-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run examples in dev mode #698
Comments
@obulat sorry we had an issue with the last release, we are working on fixing it |
You also need to run |
I understand, @chakAs3, and I'm trying to help providing more debugging information :) Storybook is one of the last missing parts for our Nuxt 3 migration at Openverse. Thank you, @tobiasdiez, I've updated the reproduction steps with your instructions. The errors still persist, unfortunately. |
I tried installing the new version of this module into our Nuxt 3 branch. The module is built (it's not just the Storybook-related dependencies When installing Storybook module with |
@obulat The |
It was reverted last-minute: storybookjs/storybook#28479 |
…715) <!--- ☝️ PR title should follow conventional commits (https://conventionalcommits.org) --> ### 🔗 Linked issue Fixes #698. <!-- If it resolves an open issue, please link the issue here. For example "Resolves #123" --> ### ❓ Type of change <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that fixes an issue) - [ ] 👌 Enhancement (improving an existing functionality) - [ ] ✨ New feature (a non-breaking change that adds functionality) - [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries) - [ ]⚠️ Breaking change (fix or feature that would cause existing functionality to change) ### 📚 Description <!-- Describe your changes in detail --> <!-- Why is this change required? What problem does it solve? -->
Description
When you run examples in the
dev
mode, Storybook renders error pages instead of stories.Reproduction
pnpm install
pnpm dev:prepare
pnpm example:showcase:build
examples/showcase
indev
mode (pnpm example:showcase:dev
)There are also the following warnings in the console:
The text was updated successfully, but these errors were encountered: