mifi / react-lottie-player

Fully declarative React Lottie player
MIT License
494 stars 52 forks source link

Typing of segments is incorrect #115

Closed furedal closed 7 months ago

furedal commented 7 months ago

https://github.com/mifi/react-lottie-player/blame/f3d8209593ba7bb9899039debad7c2a0389022a7/src/propTypes.js#L16

Just a small issue that throws a warning in the browser-logs.

right now it looks like that is only accepting: number[] + boolean while it should probably be number[] + `number[][]´