DEV Community

Discussion on: How to Easily Customize The AWS Amplify Authentication UI

Collapse
 
petergreekbase profile image
peter-greekbase • Edited

Any idea of how to circumvent:
TS2339: Property 'authState' does not exist on type 'Readonly<{}> & Readonly<{ children?: ReactNode; }>'.

in App, at:
if (this.props.authState === 'signedIn')

?