svgr({
svgrOptions: {
ref: true,
svgo: false,
titleProp: true,
exportType: 'named',
},
include: '**/*.svg',
})
Adding these options to svgr might work refernce github issue https://github.com/vitest-dev/vitest/discussions/5271