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
When running the build, im getting this error but no idea what is causing this:
src/stories/Avatar.stories.tsx:4:7 - error TS4023: Exported variable 'meta' has or is using name 'IProps' from external module "/home/pim/projects/eduarte-prisma/src/components/Avatar" but cannot be named.
4 const meta = {
~~~~
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Hey,
Im using the latest version of storybook with Vite and im trying to build the application in 2 ways:
For the normal build i noticed that the rollup did not include its types so i added a plugin. For this my vite configs looks like:
When running the build, im getting this error but no idea what is causing this:
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions