'y.to' is missing in props validation #2053
Unanswered
esau-morais
asked this question in
Support
Replies: 1 comment 3 replies
-
Can you share a codesandbox demonstrating your issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using react-spring to create a stacked cards component animation on scroll and basically it seems like it is applying the expected styling, but I'm getting this error down below.
The code basically pass through reference a list of card that has
imageUrl
andid
as its props so when user uses the scroll, it gets to manipulate thetransform
CSS property of the elements by its positionBeta Was this translation helpful? Give feedback.
All reactions