We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca7056 commit e6d09d5Copy full SHA for e6d09d5
src/CSSMotion.tsx
@@ -84,7 +84,7 @@ export interface CSSMotionProps {
84
85
children?: (
86
props: {
87
- visible: boolean;
+ visible?: boolean;
88
className?: string;
89
style?: React.CSSProperties;
90
[key: string]: any;
0 commit comments