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
Now that this is set up, components that allow spring props (Trail, Keyframes and Transition) should extend SpringProps. As it is now, these components can't use props that aren't SpringBaseProps (after, etc.). I'll open a PR for Trail since it's rather simple, not sure how the others should be handled.
SpringProps
(which is used fromSpring
) doesn't inherit fromSpringBaseProps
, and thus doesn't include properties likenative
.Code: https://github.com/react-spring/react-spring/blob/master/types/universal.d.ts#L67
The text was updated successfully, but these errors were encountered: