David Lozzi

Results 28 comments of David Lozzi

Unfortunately, this works for viewBox but not a slew of other properties that are incorrect throughout the svg file.... still looking for a solution

I ended up skipping this library altogether, there were too many issues with the SVG, and just setting the content like: `dangerouslySetInnerHTML={{ __html: '...' }}`

I threw a workaround over in https://github.com/wrakky/react-html-parser/issues/56

I ended up skipping this library altogether, there were too many issues with the SVG, and just setting the content like: `dangerouslySetInnerHTML={{ __html: '...' }}`

And to add to that, it's `ToastContainer` not `ToastController` per your code. Documentation needs some updating!

I just read this from your README > So you can safely send request in your component's componentDidMount without worrying about performance loss We're using `useEffect` in one component, but...