Skip to content

Commit 0506ce7

Browse files
committed
add a dev line change for investigation
1 parent 6bfb563 commit 0506ce7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/node_modules/@mdx-js/mdx/mdx-hast-to-jsx.js b/node_modules/@mdx-js/mdx/mdx-hast-to-jsx.js
2+
index 0c0dbc3..a8e450e 100644
3+
--- a/node_modules/@mdx-js/mdx/mdx-hast-to-jsx.js
4+
+++ b/node_modules/@mdx-js/mdx/mdx-hast-to-jsx.js
5+
@@ -111,6 +111,7 @@ function toJSX(node, parentNode = {}, options = {}) {
6+
<MDXLayout
7+
{...layoutProps}
8+
{...props}
9+
+ // Let's see if this ever gets triggered
10+
components={components}>
11+
${jsxNodes.map(childNode => toJSX(childNode, node)).join('')}
12+
</MDXLayout>

0 commit comments

Comments
 (0)