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
Hi, I tried to use this animation example and seems like it works supernice, but if I will try to update @vx/shape from 0.0.153 -> 0.0.184 it stop works because in 0.0.184 <AreaClosed /> don't have xScale prop (but still have yScale). I tried to search explanation of it in this repo and google it, but I didn't find anything about that. So, can you explain what the reason of removal xScale prop and how I can rewrite this code to use it without xScale:
Hi, I tried to use this animation example and seems like it works supernice, but if I will try to update
@vx/shape
from 0.0.153 -> 0.0.184 it stop works because in 0.0.184<AreaClosed />
don't have xScale prop (but still have yScale). I tried to search explanation of it in this repo and google it, but I didn't find anything about that. So, can you explain what the reason of removalxScale
prop and how I can rewrite this code to use it withoutxScale
:The text was updated successfully, but these errors were encountered: