gilbarbara / react-inlinesvg

An SVG loader component for ReactJS
https://codesandbox.io/s/github/gilbarbara/react-inlinesvg/tree/main/demo
MIT License
1.27k stars 100 forks source link

Ts error: CacheProvider and SVG #210

Closed jeffreyzzzs closed 1 year ago

jeffreyzzzs commented 1 year ago

I really want to use this library to cache some SVG files on cdn, but unfortunately, the ts error that also appeared on the demo appeared on my project, so I had to ask for help, thanks

image image

demo: https://codesandbox.io/s/cool-cloud-9x94wt?file=/src/index.tsx:121-134

gilbarbara commented 1 year ago

Duplicate: https://github.com/gilbarbara/react-inlinesvg/issues/209

jeffreyzzzs commented 1 year ago

Thanks so much!!