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 onPluginInit to docs #33070

Closed
wants to merge 2 commits into from
Closed

fix(gatsby): add onPluginInit to docs #33070

wants to merge 2 commits into from

Conversation

wardpeet
Copy link
Contributor

@wardpeet wardpeet commented Sep 6, 2021

Description

Fixes missing node docs to make it actually work with latest-apis.json. Currently, it's part of badExports and won't be ran.

Documentation

Related Issues

Related to #33062

@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
@wardpeet wardpeet added type: bug An issue or pull request relating to a bug in Gatsby topic: core Relates to Gatsby's core (e.g. page loading, reporter, state machine) and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Sep 6, 2021
Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
@@ -157,7 +157,7 @@ export const onCreateNode = true
* then Gatsby will not schedule the `onCreateNode` callback for this node for this plugin.
* Note: this API does not receive the regular `api` that other callbacks get as first arg.
*
* @gatsbyVersion 2.24.80
* @gatsbyVersion 2.24.8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this intentional?

@wardpeet wardpeet closed this Sep 7, 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) type: bug An issue or pull request relating to a bug in Gatsby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants