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

[optimize] upgrade to StoryBook 8 & other latest Upstream packages #53

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

TechQuery
Copy link
Member

@TechQuery TechQuery commented Apr 9, 2024

  1. [optimize] upgrade to StoryBook 8, PNPM 9 & other latest Upstream packages
  2. [fix] React base class of MobX components
  3. [fix] Timeline component layout

[optimize] upgrade to PNPM v9 & other latest Upstream packages
[fix] ESM path extension for Vite
[optimize] update Upstream packages
find: 'react/jsx-runtime',
replacement: 'react/jsx-runtime.js'
},
{ find: /^(react-dom\/.+)/, replacement: '$1.js' },
Copy link
Member Author

@TechQuery TechQuery Nov 16, 2024

Choose a reason for hiding this comment

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

This line has a similar bug in Development environment: storybookjs/storybook#24903 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Some improvements
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

1 participant