Vlad Dogariu
Results
1
comments of
Vlad Dogariu
### The workaround I found was to **change the renderer from '_svg_' to '_canvas_'** as shown below: ``` lottie.loadAnimation({ container: lottieRef.current, renderer: 'canvas', loop: true, autoplay: true, path: pageHero.media[0].url, rendererSettings:...