Storybook + vite/Remix.run + svg components #590
Alvacampos
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on a storybook implementation with react vite, it mostly works but when a component that inside has an SVG component I get the error
ReferenceError: React is not defined
The component is very simple
storybook/main.js
vite.config.ts
Alert.jsx
stories.js
Not sure what I'm missing, as long as I don't use and SVG component the stories is able to render the component, the second I add the SVG component I get the error
ReferenceError: React is not defined
Beta Was this translation helpful? Give feedback.
All reactions