-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Builder store typescript conversions #15262
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
…rsions-pc' into feat/ts-store-conversions-pc
this.update(state => ({ | ||
...state, | ||
onboarding: true, | ||
tourKey: TOUR_KEYS.TOUR_BUILDER_ONBOARDING, | ||
})) | ||
} | ||
|
||
endBuilderOnboarding() { | ||
endBuilderOnboarding(): void { |
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.
Do we always need to specify these void
return types? I've always left them out because it can trivially work out that it's a void return.
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.
Sorry I merged before I noticed your review, ill get them removed in my next PR here
Description
Converts app.js and builder.js to TS