fix: animation plays at least twice when loop: false when initialSegment doesn't have a value (#48)
fix: memory leak when un-mounting the animation (#63)
fix: useLottieInteractivity hook is loaded conditionally
fix: loop property is not propagated to Lottie (#51)
fix: loop type doesn't accept a number (#30) (#60 by @mattvague)
fix: reference to the animation instance is not removed on destroy() (#57 by @michax)
chore: lottie-web was updated to v5.9.4chore: dev dependencies for react and react-dom was updated to v18.2.0chore: update the ESLint + Prettier configuration + some npm package
chore: type of animationData property was updated from any to unknownchore: README.md file was updated
fix: animation plays at least twice when loop: false when
initialSegment
doesn't have a value (#48) fix: memory leak when un-mounting the animation (#63) fix:useLottieInteractivity
hook is loaded conditionally fix:loop
property is not propagated to Lottie (#51) fix:loop
type doesn't accept anumber
(#30) (#60 by @mattvague) fix: reference to the animation instance is not removed ondestroy()
(#57 by @michax)chore:
lottie-web
was updated tov5.9.4
chore: dev dependencies forreact
andreact-dom
was updated tov18.2.0
chore: update the ESLint + Prettier configuration + somenpm
package chore: type ofanimationData
property was updated fromany
tounknown
chore:README.md
file was updated