We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I can't actually build the component library. Whenever I try to, I get an error message stating
src/image/image.tsx: (2:28)
To Reproduce Steps to reproduce the behavior:
pnpm run develop
Expected behavior I should be able to run this application without any issues.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context I'll be happy to send in a quick PR to fix this.
The text was updated successfully, but these errors were encountered:
Slight update: I'm also getting these errors for some reason.
Error: Build failed with 9 errors: node_modules/.pnpm/@[email protected]/node_modules/@storybook/addon-a11y/dist/manager.js:9:26: ERROR: Could not resolve "@storybook/addon-highlight" node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@storybook/addon-essentials/dist/actions/manager.js:1:14: ERROR: Could not resolve "@storybook/addon-actions/manager" node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@storybook/addon-essentials/dist/backgrounds/manager.js:1:14: ERROR: Could not resolve "@storybook/addon-backgrounds/manager" node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@storybook/addon-essentials/dist/controls/manager.js:1:14: ERROR: Could not resolve "@storybook/addon-controls/manager" node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@storybook/addon-essentials/dist/measure/manager.js:1:14: ERROR: Could not resolve "@storybook/addon-measure/manager"
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
I can't actually build the component library. Whenever I try to, I get an error message stating
To Reproduce
Steps to reproduce the behavior:
pnpm run develop
Expected behavior
I should be able to run this application without any issues.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I'll be happy to send in a quick PR to fix this.
The text was updated successfully, but these errors were encountered: