Having strange problems with the new PageData type #6077
Unanswered
stukennedy
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This is a TS issue. Your ETA: You should also be using error pages and SK's loader errors rather than handling your headers and status codes in your page. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I do the following
I get a Typescript error that
Property 'projects' does not exist on type 'PageData'.
, but when I hover over thePageData
type it can see the variable fine. ( see screenshot)This is happening on all my pages in VS Code. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions