The Vite plugin intends to ignore SVG files that contain a ? or # in the path because Vite crashes when scanning those. The current regex only matches when ? or # appear before “.svg” and the string ...
The recommended way to start new apps with React and Redux Toolkit is by using our official Redux Toolkit + TS template for Vite, or by creating a new Next.js project using Next's with-redux template.