Skip to content
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

Fix[317]: Storybook Docs fail with error "Cannot read properties of undefined (reading 'content')" #318

Merged
merged 6 commits into from
Jan 19, 2024

Conversation

andreaforni
Copy link
Contributor

@andreaforni andreaforni commented Jan 18, 2024

Closes: #317

I deleted the package-lock.json to fix the described problem. I found this solution in a similar Storybook issue: storybookjs/storybook#7577 (comment)

The PR, also:

  • Removes '../src/**/*.jsx' from the Storybook search path because we don't have stories here.
  • Removes the unused '@storybook/addon-themes'. It's not listed in the package.json and, for this reason is not installed.

Copy link

netlify bot commented Jan 18, 2024

Deploy Preview for quantum-deploy-previews ready!

Name Link
🔨 Latest commit 8151cae
🔍 Latest deploy log https://app.netlify.com/sites/quantum-deploy-previews/deploys/65aa3f901123c80009c27227
😎 Deploy Preview https://deploy-preview-318--quantum-deploy-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@review-bot-for-github review-bot-for-github bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! No comments.

@andreaforni andreaforni changed the title Fix[317]: Storybook Docx fail with error "Cannot read properties of undefined (reading 'content')" Fix[317]: Storybook Docs fail with error "Cannot read properties of undefined (reading 'content')" Jan 18, 2024
Copy link
Contributor

@marceloFerreira90 marceloFerreira90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andreaforni andreaforni merged commit bf5cc5e into main Jan 19, 2024
7 checks passed
@andreaforni andreaforni deleted the fix/317-docx-error branch January 19, 2024 13:34
@github-actions github-actions bot mentioned this pull request Jan 20, 2024
@github-actions github-actions bot mentioned this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: Storybook Docs fail with error "Cannot read properties of undefined (reading 'content')"
2 participants