Closed mifi closed 3 years ago
Seems like the cloneDeep addition exposed an issue when using import(), where the imported object has a default property with the animationData.
import()
default
https://github.com/mifi/react-lottie-player/issues/11#issuecomment-879310039
seems like the vue-lottie project has the same issue https://github.com/chenqingspring/vue-lottie/issues/20
This should be fixed in 1.3.3, so no longer need to use .default on imported json after that
.default
Seems like the cloneDeep addition exposed an issue when using
import()
, where the imported object has adefault
property with the animationData.https://github.com/mifi/react-lottie-player/issues/11#issuecomment-879310039
seems like the vue-lottie project has the same issue https://github.com/chenqingspring/vue-lottie/issues/20