Help with this Lottie bug! i am not using any lottie plugin but only HTMLs

@amitshemla lottiefiles is recommending the below approach

What this means is the HTML code you are using which may be similar to what I use

Needs to be adjusted to reflect what another user posted

<script src="https://unpkg.com/@lottiefiles/lottie-player@0.2.0/dist/tgs-player.js"></script>
<lottie-player src="LOTTIE.JSON" background="transparent" speed="1.0" loop autoplay >
</lottie-player>

<style>
.lottie-player { > svg { transform: unset !important; } }
</style>

If your code looks like mine in the screen shot, you should be fine, as my apps are no longer affected, however, if you want to follow lottiefiles advice to switch out the @current to a more updated player, use the latest version of 2.0.8 which is their most recent version they pushed as part of their fix.

Switch @current to @2.0.8