You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our jest unit-tests are failing when upgrading to the latest 0.3.2 version. After some investigating, it seems like 0.3.2 is released with a broken UMD module. It seems like webpack was unable to resolve lottieAnimationView.component and throws an error.
Hi,
Our jest unit-tests are failing when upgrading to the latest 0.3.2 version. After some investigating, it seems like 0.3.2 is released with a broken UMD module. It seems like webpack was unable to resolve
lottieAnimationView.component
and throws an error.Broken version: https://unpkg.com/[email protected]/dist/umd/LottieAnimationView.js
Working version: https://unpkg.com/[email protected]/dist/umd/LottieAnimationView.js
On line 77 of the 0.3.2 you can see that module was unable to be resolved and in 0.3.1 it was resolved.
The text was updated successfully, but these errors were encountered: