We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a803f6 commit 74b67b1Copy full SHA for 74b67b1
src/components/MDX/SandpackWithHTMLOutput.tsx
@@ -56,8 +56,8 @@ export default function formatHTML(markup) {
56
const packageJSON = `
57
{
58
"dependencies": {
59
- "react": "18.3.0-canary-6db7f4209-20231021",
60
- "react-dom": "18.3.0-canary-6db7f4209-20231021",
+ "react": "^19.1.0",
+ "react-dom": "^19.1.0",
61
"react-scripts": "^5.0.0",
62
"html-format": "^1.1.2"
63
},
0 commit comments