err
error TS2322: Type '{ onLogout: () => void; currentUser: User | null | undefined; }' is not assignable to type 'IntrinsicAttributes & ShimHeaderProps'.
Property 'onLogout' does not exist on type 'IntrinsicAttributes & ShimHeaderProps'.
213 <ShimHeader onLogout={onLogout} currentUser={currentUser} />
~~~~~~~~
Comments
Post a Comment