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.
Describe the bug
Out of the blue, the command npm run storybook started to throw this error. Didn't change anything in between, besides changes of some stories of mine.
Expected behavior
Not throw errors of any kind and start the project.
Screenshots
System:
OS: Windows10
Device: ASUS
Browser: chrome
Framework: react
Version: "@storybook/react": "^5.0.10"
The text was updated successfully, but these errors were encountered:
The problem was entirely elsewhere in my case. My IDE mistakenly added one of the import statements from some library and that caused the problem. Removed that and the actual error cropped up: was also using an undeclared variable in that file only.
Describe the bug
Out of the blue, the command
npm run storybookstarted to throw this error. Didn't change anything in between, besides changes of some stories of mine.Expected behavior
Not throw errors of any kind and start the project.
Screenshots

System:
The text was updated successfully, but these errors were encountered: