-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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]: storyshots crashes with angular and storybook 7: "Cannot read properties of undefined (reading 'clientApi')" #22179
Comments
Same issue with v7.0.6 |
Do you a have a reproduction repo you can share? If not, can you create one? Go to https://storybook.new or see repro docs. Thank you! 🙏 |
I'm sorry, I don't have one because setting up storyshots was already rather complicated in storybook 6.5. In the last days, I manually applied the fix from #22134 to my node_modules/-folder and it did indeed fix the |
Also running in to this with react on a first-time storyshots setup. Tried to spin up a repro according to the docs with a CRA TS project, but storyshots is attempting to use angular packages |
myorg.zip |
Duplicate of #21652 |
Hi there! Thank you for opening this issue, but it has been marked as |
I'm afraid we need to close this issue for now, since we can't take any action without the requested reproduction or additional information. But please don't hesitate to open a new issue if the problem persists – we're always happy to help. Thanks so much for your understanding. |
Describe the bug
After upgrading our angular storybook project from 6.5.14 to 7.0.6, storyshots always crashes with the following error:
To Reproduce
No response
System
Additional context
note: "@storybook/core-client" does not appear anywhere in the projects codebase outside of package-lock.json.
The text was updated successfully, but these errors were encountered: