Expected non-Promise value in a boolean conditional!

How do you tackle this type error?
1 Reply
Brendonovich
Brendonovich2y ago
The ReturnType of getProviders is a Promise, not your collection of providers. Wrap the type in Awaited like Awaited<ReturnType<typeof getProviders>> Might be worth typing your props based on getStaticProps too so that you know they match
Want results from more Discord servers?
Add your server