Skip to content

Commit 74b67b1

Browse files
committed
Use stable release in demos with HTML output
1 parent 0a803f6 commit 74b67b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MDX/SandpackWithHTMLOutput.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export default function formatHTML(markup) {
5656
const packageJSON = `
5757
{
5858
"dependencies": {
59-
"react": "18.3.0-canary-6db7f4209-20231021",
60-
"react-dom": "18.3.0-canary-6db7f4209-20231021",
59+
"react": "^19.1.0",
60+
"react-dom": "^19.1.0",
6161
"react-scripts": "^5.0.0",
6262
"html-format": "^1.1.2"
6363
},

0 commit comments

Comments
 (0)