-
Hello. I am having issues debuggin an error
You can see it live for yourself here: The repo code is here Any lead will be appreciated Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
mderazon
Oct 25, 2023
Replies: 1 comment
-
Suggested by @IanVS in the community chat: (Second step solved it for me) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mderazon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggested by @IanVS in the community chat:
This can happen when there are mixed versions of storybook packages. run
npx sb info
to validate.If there are no conflicting packages, try removing package-lock.json and node_modules and reinstall.
(Second step solved it for me)