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
or
<Anime delay={(e, i) => i * 100}
scale={[.1, .9]}>
Fails on typescript errors:
ren?: ReactNode; }> & Rea...'.
Type '{ value: any; translateX: any; translateY: any; rotate: any; scale: any; opacity: any; color: any...' is not assignable to type 'Readonly'.
Types of property 'children' are incompatible.
Type 'Element' is not assignable to type 'any[]'.
Property 'find' is missing in type 'Element'.
The text was updated successfully, but these errors were encountered:
Hi,
orUsing create-react-app-ts, even a very basic
<Anime delay={(e, i) => i * 100}
scale={[.1, .9]}>
Fails on typescript errors:
ren?: ReactNode; }> & Rea...'.
Type '{ value: any; translateX: any; translateY: any; rotate: any; scale: any; opacity: any; color: any...' is not assignable to type 'Readonly'.
Types of property 'children' are incompatible.
Type 'Element' is not assignable to type 'any[]'.
Property 'find' is missing in type 'Element'.
The text was updated successfully, but these errors were encountered: