I am struggling to get prerendering to succeed when using svgr. There are two common vite plugins, GitHub - pd4d10/vite-plugin-svgr: Vite plugin to transform SVGs into React components and @svgr/rollup - npm. Neither work and I’m seeing an error:
"Warning <data:img/svg+xml… /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.
Has anyone successfully using svgr for prerendering? Do vite plugins run prior to prerender builds?