felippenardi/lottie-react-web

The problem about addValueCallback

chenpx976 opened this issue · 1 comments

this.animApi.addValueCallback(propertyPath, () => value);

Should probably write like this

        this.animApi.addValueCallback(propertyPath, value);

Unfortunately this isnt really an issue as long as you dont post anything about an issue this is raising. I've got a problem with setting up a property and don't know if this single line is responsible for it or not as you havent said anything about the problems it is raising.

So I'm probably going to open a new issue.