Replies: 1 comment
-
Hey developers, how to use @react-spring/konva with typescript???? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
import { Spring, animated } from '@react-spring/konva';
const ColoredRect: FC = () => {
return <animated.Circle />;
};
When using animated.Circle I get the error Type instantiation is excessively deep and possibly infinite.
This error is related to ts.
Beta Was this translation helpful? Give feedback.
All reactions