-
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 nodes reducer and last-action reducer to TypeScript #23771
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.
Thanks for the PR! Left some comments. Can you also resolve the merge conflicts?
@LekoArts, in the |
Please don't request reviews from parties that are not involved. Thanks! |
Since this PR is about converting the files I don't think this is the scope of this PR and you can keep it as-is for now :) |
I tried to resolve the conflicts yesterday, but I couldn't. |
@LekoArts, I ran the code locally with the most recent changes and everything worked fine. |
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 👍
Description
This PR converts the following files to TS:
Add new interfaces on:
And update related imports on:
Related Issue
Related to #21995