Skip to content

Commit 2ee1dc0

Browse files
authored
[docs] Use MUI X v7 packages in CodeSandbox and StackBlitz (#17516)
1 parent 7cd3726 commit 2ee1dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/_app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function getMuiPackageVersion(packageName, commitRef) {
3232
// #default-branch-switch
3333
// Use the "latest" npm tag for the master git branch
3434
// Use the "next" npm tag for the next git branch
35-
return 'latest';
35+
return '^7.0.0';
3636
}
3737
const shortSha = commitRef.slice(0, 8);
3838
return `https://pkg.csb.dev/mui/mui-x/commit/${shortSha}/@mui/${packageName}`;

0 commit comments

Comments
 (0)