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.Dismiss alert
Describe the bug
When running storybook the following error occurs:
WARNING in ./src/stories/0-Welcome.stories.js
Module Error (from ./node_modules/eslint-loader/dist/cjs.js):
Line 5:1: Definition for rule '@typescript-eslint/no-unused-vars' was not found @typescript-eslint/no-unused-vars
Although it occurs on first build, there is no issue in ignoring the error.
However, on a rebuild after saving a file the error stops storybook from rendering. This overlay is only removed when storybook is restarted.
Describe the bug
When running storybook the following error occurs:
Although it occurs on first build, there is no issue in ignoring the error.
However, on a rebuild after saving a file the error stops storybook from rendering. This overlay is only removed when storybook is restarted.
To Reproduce
Steps to reproduce the behavior:
npm init react-app test
npx -p @storybook/cli sb init
npm i -D @storybook/addon-docs
npm run storybook
Expected behavior
For the error not to appear, and for storybook to consitantly render.
Screenshots
If applicable, add screenshots to help explain your problem.
System:
The text was updated successfully, but these errors were encountered: