Replies: 3 comments
-
Hi, I'm having exactly the same error. The only distinction is that it happens on a monorepo: Did you find a workaround ? |
Beta Was this translation helpful? Give feedback.
-
If still having this problem. Do you potentially have multiple versions of webpack? You could search the lock file. I don't know too much about how babel gets used, but could you have multiple versions of it? After any upgrade of multiple packages or a major jump in a version, I always do a fresh install of dependencies, to cleanup the lock file, and rule that out as a problem. Could you delete |
Beta Was this translation helpful? Give feedback.
-
Hi,
from the tsconfig.json file. |
Beta Was this translation helpful? Give feedback.
-
Summary
When upgrading Storybook to version >= 8.2.0, I get this error:
After checking, the error disappears once '@storybook/addon-essentials' is removed from the addons array, so I am not sure if there is some issue coming from there.
Versions below 8.2.0 work normally.
I am using Storybook on a next.js project, with swc as a compiler.
Did anyone else experience similar issue?
Additional information
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions