This repository was archived by the owner on Jun 28, 2025. It is now read-only.
Storybook + vite/Remix.run + svg components #590
Alvacampos
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
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 definedThe component is very simple
storybook/main.jsvite.config.tsAlert.jsxstories.jsNot 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 definedBeta Was this translation helpful? Give feedback.
All reactions