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

[Bug]: Incompatible with macos 15 Sequoia #524

Open
HJZzzzz opened this issue Dec 16, 2024 · 0 comments
Open

[Bug]: Incompatible with macos 15 Sequoia #524

HJZzzzz opened this issue Dec 16, 2024 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@HJZzzzz
Copy link

HJZzzzz commented Dec 16, 2024

Describe the bug

Hi team, thanks for your great efforts for building and maintaining this amazing library for years!

Currently one of our product is using test runner to run interaction tests locally. However, after my local machine os upgraded to 15.x, the test runner no longer working. The reason why im sure is about the os version because i verified both both CI and machine + older os version, they both work well.

There are a few things abnormal i noticed in my local

  1. npx storybook -build takes crazy cpu consumption. Im using M2 chip but it might take 600%+ when running this command.( normally just 100%-200%
  2. error message returned when im running the test:
Image This error seems generated from the src/setup-page-scripts.ts, does this meaning that the build is actually not considered as successful?(but the stoybook dev server looks quite ok in my local machine Image

To Reproduce

System

System:
    OS: macOS 15.1.1
    CPU: (8) arm64 Apple M2
  Binaries:
    Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node
    Yarn: 1.22.22 - /opt/homebrew/bin/yarn
    npm: 6.14.11 - ~/Desktop/coral/node_modules/.bin/npm
  Browsers:
    Chrome: 131.0.6778.140
    Safari: 18.1.1
  npmPackages:
    @storybook/addon-coverage: ^0.0.9 => 0.0.9 
    @storybook/addon-essentials: ^7.4.2 => 7.4.2 
    @storybook/addon-interactions: ^7.4.2 => 7.4.2 
    @storybook/addon-styling: ^1.3.7 => 1.3.7 
    @storybook/jest: ^0.2.2 => 0.2.2 
    @storybook/nextjs: ^7.4.2 => 7.4.2 
    @storybook/react: ^7.4.2 => 7.4.2 
    @storybook/testing-library: ^0.2.1 => 0.2.1

Additional context

No response

@HJZzzzz HJZzzzz added bug Something isn't working needs triage labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant