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
@murshidameenpv I've got this error when one of my icons was broken. You can find where the problem is by logging the source variable inside svg-parser.umd.js:95:23.
As You can see in the picture - the problem is that one of my files has wrong syntax.
I got This error after adding vite configuration:-
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import svgr from "vite-plugin-svgr"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [svgr(),react(),], })
The text was updated successfully, but these errors were encountered: