TS Types incorrect on basic HelloWorld template #2226
Unanswered
imjakechapman
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following this tutorial verbatim. Copying and pasting exactly from tutorial just to see how things are working. The types for
<Seo />
component when usingtype="defaultSeo"
are giving errors.This appears to be from
interface DefaultPage extends ShopType
where ShopType has bunch of non optional fields it's looking for. When I swap to<Seo type="homepage" />
errors go away. But this is copied exactly from tutorial.Am I just missing something here? 🤔
Beta Was this translation helpful? Give feedback.
All reactions