Skip to content

Commit

Permalink
fix(gatsby-plugin-mdx): Pass getNodesByType (#24516)
Browse files Browse the repository at this point in the history
Fixes #24400
  • Loading branch information
kamranayub committed May 27, 2020
1 parent 2a92fd5 commit c62d2fd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -61,6 +61,7 @@ module.exports = async function getSourcePluginsAsRemarkPlugins({
markdownAST,
markdownNode: mdxNode,
getNode,
getNodesByType,
files: fileNodes,
pathPrefix,
reporter,
Expand Down

0 comments on commit c62d2fd

Please sign in to comment.