-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
chore(gatsby): Migrate reducers/nodes-by-type to TypeScript #24419
Conversation
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.
This is looking great - just small cleanup on left out commented out old code and we can get this in :)
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.
This looks great to me, let's merge it!
Thank you so much for contributing to our TypeScript refactor! We have more work to do and we would love to have you stay involved in our transition. Please submit more PRs! 💜
…#24419) * Change nodes-by-type file extension from JS to TS * Update reducer index import * Update IDeleteNodeAction * Update packages/gatsby/src/redux/reducers/nodes-by-type.ts * properly handle undefined map.get usage Co-authored-by: Michal Piechowiak <[email protected]> Co-authored-by: gatsbybot <[email protected]> Co-authored-by: Blaine Kasten <[email protected]>
Description
This PR converts the following files to TS:
Related Issue
Related to #21995