Skip to content

Commit 7509532

Browse files
committed
Temp patch
1 parent 5434802 commit 7509532

3 files changed

Lines changed: 61 additions & 81 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/loader.mjs b/loader.mjs
2+
index 5a68a3fb78e23ddb98a87750acd0ecd94be77171..1f979e818da87ad9681a0b43ef74940cefec5584 100644
3+
--- a/loader.mjs
4+
+++ b/loader.mjs
5+
@@ -660,7 +660,7 @@ export default async function demoLoader() {
6+
);
7+
8+
componentNames.forEach((componentName) => {
9+
- const moduleID = componentName.startsWith('@mui/docs/')
10+
+ const moduleID = componentName.startsWith('@mui/internal-core-docs/')
11+
? componentName
12+
: path.join(this.rootContext, 'src', componentName).replace(/\\/g, '/');
13+

0 commit comments

Comments
 (0)