chenqingspring/react-lottie

Animation does not change on path update

alexis-tao opened this issue · 1 comments

When the path prop in options is changed (which is supported by lottie-web), the animation is not updated. It looks like the animation is only changed when animationData is changed.

if (this.options.animationData !== nextProps.options.animationData) {