-
-
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]: TypeError: Cannot use 'in' operator to search for 'CallExpression' in undefined (beta 55) #21280
Comments
Fixed this by deleting node-_modules and yarn.lock |
I’m also running into this on the latest beta. I’d guess this may come up again for others too. |
Having the same issue, was not fixed by removing node_modules or lockfiles |
Running |
Can any of you provide a reproduction? That would help immensely! |
@yannbf we have a repro from @JReinhold in SvelteUI |
I upgraded to |
Can confirm removing |
Boo-yah!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-beta.57 containing PR #21301 that references this issue. Upgrade today to the
|
Whoopee!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-beta.58 containing PR #21326 that references this issue. Upgrade today to the
|
Somehow needed now with the latest version of babel |
fwiw for me, just removing |
Describe the bug
Fresh install of NextJs. Ran
npx sb@next upgrade --prerelease
and after runningyarn storybook
now getting:TypeError: Cannot use 'in' operator to search for 'CallExpression' in undefined
Upgraded from beta 48 to beta 55. Beta 48 worked without issue.
To Reproduce
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: