You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) 😢
The text was updated successfully, but these errors were encountered:
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.
Hey there! 👋🏻
I had the same issue as #88: providing dynamic values for
fillValue
does not update the position of theCap
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) 😢
The text was updated successfully, but these errors were encountered: