Skip to content

Commit

Permalink
[core] Fix UMD examples (mui#44706)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai authored Dec 9, 2024
1 parent ec085b6 commit 43260ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/material-ui-via-cdn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>My page</title>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<script
src="https://unpkg.com/react@latest/umd/react.development.js"
src="https://unpkg.com/react@^18.0.0/umd/react.development.js"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/react-dom@^18.0.0/umd/react-dom.development.js"></script>
<script
src="https://unpkg.com/@mui/material@5/umd/material-ui.development.js"
crossorigin="anonymous"
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43260ab

Please sign in to comment.