-
-
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]: Still happening in Storybook 7.4.0: "Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'count')" #23999
Comments
@jasosims are you able to share a repro in 7.4? I can reproduce the issue easily with 7.2.1 and confirm upgrading to 7.4.0 made it work again. If you haven't yet, could you also try clearing |
@vanessayuenn |
@daniilgri do you have a reproduction repo you can share? If not, can you create one (see how to create a repro). We prioritize bug reports that have reproduction. Thank you! 🙏 |
cc @ndelangen |
Same here. |
Same issue here with version 7.4.1 |
@jasosims I tried making a reproduction repo, but I'm not seeing this issue in a new project like your reproduction steps say. I tried with Vite and Webpack, React 17 and 18. |
@literalpie We can not reproduce this issue as well. @dylannnn What happens if you remove your lock file and node_modules, does the error still appear? |
Hi @kasperpeulen , after delete the node_modules folder and package-lock.json, run the npm install and start the storybook again, the issue is still present. Now the version is 7.4.2. Let me know if you need a stackblitz project to show you the setup. |
This looks like a duplicate of #23787. I've added some reproduction notes and a stackblitz there. |
Describe the bug
This bug (previously reported in #23787) was marked as fixed, but is still happening in Storybook 7.4.0.
To Reproduce
on[Something]
handler that's tracked by the Actions addon.onClick
prop, click it).Same error as before. Not fixed. This has been happening since Storybook 7.2.0. The only workaround is to downgrade to Storybook 7.1.1.
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: