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
Hi ,
I am Using React :"^17.0.2", and "Framer-motion": "^4.1.17" but after importing "AnimatePresence" from "framer-motion" it shows error like this
Type '{ children: false | Element; key: string; initial: false; exitBeforeEnter: true; onExitComplete: () => null; }' is not assignable to type 'IntrinsicAttributes & AnimatePresenceProps'.
Property 'children' does not exist on type 'IntrinsicAttributes & AnimatePresenceProps'.ts(2322)
The text was updated successfully, but these errors were encountered:
Hi ,
I am Using React :"^17.0.2", and "Framer-motion": "^4.1.17" but after importing "AnimatePresence" from "framer-motion" it shows error like this
Type '{ children: false | Element; key: string; initial: false; exitBeforeEnter: true; onExitComplete: () => null; }' is not assignable to type 'IntrinsicAttributes & AnimatePresenceProps'.
Property 'children' does not exist on type 'IntrinsicAttributes & AnimatePresenceProps'.ts(2322)
The text was updated successfully, but these errors were encountered: