Skip to content

Commit c62d2fd

Browse files
authored
fix(gatsby-plugin-mdx): Pass getNodesByType (#24516)
Fixes #24400
1 parent 2a92fd5 commit c62d2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby-plugin-mdx/utils/get-source-plugins-as-remark-plugins.js

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = async function getSourcePluginsAsRemarkPlugins({
6161
markdownAST,
6262
markdownNode: mdxNode,
6363
getNode,
64+
getNodesByType,
6465
files: fileNodes,
6566
pathPrefix,
6667
reporter,

0 commit comments

Comments
 (0)