Support dynamic `fillValue` values
Hey there! 👋🏻
I had the same issue as #88: providing dynamic values for fillValue does not update the position of the Cap component.
I patched the dependency locally and it works as expected, will create a PR right away. Sorry but I don't have the time to write tests for it ATM (it's for a side project) 😢
@micheleb could you provide a reproducible sample app?
Sure, I edited the example app so that it updates fillValue on button press. If you run it from this branch you'll see that the segment label is updated, but the cap never changes.
If you use this branch instead (which includes the commit from #104), the animation is run.
Any updates on this?