You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Disclaimer** This information might be inaccurate, due to it being generated automatically
This is a dependency issue in addon-actions where @storybook/core is being imported but not declared in package.json. Fix by adding @storybook/core as a dependency in addons/actions/package.json: json { "dependencies": { "@storybook/core": "^8.6.0-beta" } } The import causing this issue appears to be in the compiled output referencing @storybook/core/csf. The source code should be updated to import from @storybook/csf directly instead of through core.
About Greptile
This response provides a starting point for your research, not a precise solution.
Help us improve! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.
This problem won't be there anymore in 9.0 when @storybook/core and storybook are merged.
Adding explicit types sounds like a good idea, but I rather enable it for everything then.
Describe the bug
The default export of addon-actions compiles to this:
However,
@storybook/core
is not a dependency of addon-actions. This leads to an error in yarn pnp.Reproduction link
https://github.com/storybookjs/storybook
Reproduction steps
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: