Sacha
Sacha
I understand the solution that is given in previous answers, but I can't seem to figure out how to import and use this as animationData for the Lottie component. My...
Thanks for replying. @rowgregory, what you described is exactly what I did. The issue I'm facing tho is that the import of the animation.js file throws `Uncaught Error: Cannot find...
@rageofflames after digging a bit deeper I found the following issue `Module not found: Error: Can't resolve 'source-map-loader' in '/Users/sacha/Documents/dev/DocFoundry/af-doc-fe/src'` @rowgregory I've tried that as well.. Been playing around with...
Update: If I place the contents of `animation.js` in the same file as `BackgroundAnimation.tsx` It works perfectly fine. So it is indeed an issue in the import reference.. Can't seem...
My issue was fixed by placing the json in a **.tsx** file instead of **.js**.
This would resolve #976 as well since it describes the same issue, this one describes it best so far, hence I'm continuing here. @liabru This is still an issue and...
I can confirm that the following settings still results in the shader not being paused after updating. Is this a bug or a missing feature? Will any of the maintainers...
Since I solely use this for passion projects I'm satisfied with @mzschwartz5 's workaround. Thanks a lot
Alright, thanks to confirm this. I'll see what I can do, hoping to open a PR soon.
As far as I know that is just a warning and can be ignored by adding the following (to person_blocker.py): `import os` `os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'`