-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TS migration - second iteration #6412
Conversation
Gatsby Cloud Build Reportethereum-org-website-dev 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 26m PerformanceLighthouse report
|
@@ -57,12 +57,6 @@ const ErrorMessage = () => ( | |||
</IndicatorSpan> | |||
) | |||
|
|||
const LoadingMessage = () => ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wackerow we should have a loading state here, ya 😄? Future PR...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed that because it was not being used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep... still needs to be fixed separately
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing 🙌 - LGTM!
Tested this out locally & things are looking good 👍👍:
yarn start
works as expectednetlify dev --framework=gatsby
works as expectedyarn build && yarn serve
works as expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM... working great locally (yarn start
, netlify dev --framework=gatsby
and yarn build && yarn serve
), preview deploys look good with spot check.
Second iteration on the TS migration.
Things included in this PR:
graphqlTypegen: true
to have graphql query types. https://www.gatsbyjs.com/docs/reference/release-notes/v4.15/#graphql-typegen.babelrc
file for compatibility with lambda functions runningnetlify dev