Skip to content

Windows: Fix resolution of mdx-react-shim#34476

Draft
valentinpalkovic wants to merge 1 commit intonextfrom
valentin/fix-mdx-react-shim-path-issue-on-windows
Draft

Windows: Fix resolution of mdx-react-shim#34476
valentinpalkovic wants to merge 1 commit intonextfrom
valentin/fix-mdx-react-shim-path-issue-on-windows

Conversation

@valentinpalkovic
Copy link
Copy Markdown
Contributor

@valentinpalkovic valentinpalkovic commented Apr 7, 2026

Closes #34392

What I did

Checklist for Contributors

Testing

The changes in this PR are covered in the following automated tests:

  • stories
  • unit tests
  • integration tests
  • end-to-end tests

Manual testing

Caution

This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!

Documentation

  • Add or update documentation reflecting your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Checklist for Maintainers

  • When this PR is ready for testing, make sure to add ci:normal, ci:merged or ci:daily GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in code/lib/cli-storybook/src/sandbox-templates.ts

  • Make sure this PR contains one of the labels below:

    Available labels
    • bug: Internal changes that fixes incorrect behavior.
    • maintenance: User-facing maintenance tasks.
    • dependencies: Upgrading (sometimes downgrading) dependencies.
    • build: Internal-facing build tooling & test updates. Will not show up in release changelog.
    • cleanup: Minor cleanup style change. Will not show up in release changelog.
    • documentation: Documentation only changes. Will not show up in release changelog.
    • feature request: Introducing a new feature.
    • BREAKING CHANGE: Changes that break compatibility in some way with current major version.
    • other: Changes that don't fit in the above categories.

🦋 Canary release

This pull request has been released as version 0.0.0-pr-34476-sha-f8f46a46. Try it out in a new sandbox by running npx storybook@0.0.0-pr-34476-sha-f8f46a46 sandbox or in an existing project with npx storybook@0.0.0-pr-34476-sha-f8f46a46 upgrade.

More information
Published version 0.0.0-pr-34476-sha-f8f46a46
Triggered by @valentinpalkovic
Repository storybookjs/storybook
Branch valentin/fix-mdx-react-shim-path-issue-on-windows
Commit f8f46a46
Datetime Tue Apr 7 08:07:22 UTC 2026 (1775549242)
Workflow run 24071156482

To request a new release of this pull request, mention the @storybookjs/core team.

core team members can create a new canary release here or locally with gh workflow run --repo storybookjs/storybook publish.yml --field pr=34476

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

Fails
🚫 The "#### Manual testing" section must be filled in. Please describe how to test the changes you've made, step by step, so that reviewers can confirm your PR works as intended.

Generated by 🚫 dangerJS against f8f46a4

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Apr 7, 2026

View your CI Pipeline Execution ↗ for commit f8f46a4

Command Status Duration Result
nx run-many -t compile,check,knip,test,lint,fmt... ✅ Succeeded 8m 31s View ↗

☁️ Nx Cloud last updated this comment at 2026-04-07 08:13:40 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

[Bug]: Failed to Resolve Import in Monorepo Setup with Storybook and Vite

1 participant