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
workaround is to put above ignore: // @ts-ignore unused but it's ugly. Please suggest the correct way.
I'm using next.js 13+ and app router, but most of mine stories are in directory: ./src/components.
This issue is the only blemish on an otherwise perfect 'storybook' setup, will be highly appreciated if it can be fixed, or otherwise if there is a work-around recommended for it...
Describe the bug
I can see warnings in my stories about unused constants.
I think that this should be covered by this package, plugin.
my .eslintrc.json
workaround is to put above ignore:
// @ts-ignore unused
but it's ugly. Please suggest the correct way.I'm using next.js 13+ and app router, but most of mine stories are in directory:
./src/components
.Related question: storybookjs/storybook#11093
The text was updated successfully, but these errors were encountered: