Skip to content
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

fix(gatsby): Add TS type/v4 patches for unstable_onPluginInit #33062

Merged
merged 6 commits into from Sep 6, 2021

Conversation

LekoArts
Copy link
Contributor

@LekoArts LekoArts commented Sep 6, 2021

Description

Adds types + v4 patch for new API. Moves onPlugInit from "unstable" to "stable" in v4.

Related Issues

Fixes #33004

[ch37657]

@LekoArts LekoArts added the topic: TypeScript Issues and PRs related to TS in general, public typings or gatsby-plugin-typescript label Sep 6, 2021
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 6, 2021
@LekoArts LekoArts removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 6, 2021
@LekoArts LekoArts changed the title fix(gatsby): Add TS type for unstable_onPluginInit fix(gatsby): Add TS type/v4 patches for unstable_onPluginInit Sep 6, 2021
@LekoArts LekoArts added the topic: core Relates to Gatsby's core (e.g. page loading, reporter, state machine) label Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: core Relates to Gatsby's core (e.g. page loading, reporter, state machine) topic: TypeScript Issues and PRs related to TS in general, public typings or gatsby-plugin-typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing TypeScript type for onPluginInit API
2 participants