SVG importation issue in Vite upon upgrade to version 5 #15156
Unanswered
junoriosity
asked this question in
Q&A
Replies: 2 comments 1 reply
-
import Logo from "./logo.svg?react"; |
Beta Was this translation helpful? Give feedback.
1 reply
-
Check this stackblitz demo if that helps? |
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
-
Upon the upgrade of
in our react project, we suddenly get the following errors
However, with the old versions, everything has been working. How can I resolve these issues?
Beta Was this translation helpful? Give feedback.
All reactions