I have typescript error while adding props to Svg as ReactComponent- type is not assignable to type IntrinsicAttributes . Plugin: vite-plugin-svgr
vite.config.ts -
svgr({
exportAsDefault: true,
svgrOptions: {
icon: true,
},
})
增 编
"types" : "vite-plugin-svgr/client"
to and
import Icon from "./path"
Any suggestions?