Replies: 1 comment 1 reply
-
Hey there I've just added a storybook-emotion-typescript example to show you how it's setup in the latest version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would really appreciate it if you could add example for @storybook/react-vite + emotion (ts)
currently I was using storybook/vite with twin macro
but since "@vitejs/plugin-react": "^4.0.0",
I get following error in build
Error: /virtual:/@storybook/builder-vite/vite-app.js: Cannot find module 'twin.macro' from '/virtual:/@storybook/builder-vite'
so I have tried fixing
.storybook/main.ts
but couldn't solve yetthanks
Beta Was this translation helpful? Give feedback.
All reactions