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 d670198 commit 748b005Copy full SHA for 748b005
examples/using-preact/package.json
@@ -12,8 +12,8 @@
12
"next-plugin-preact": "^3.0.3",
13
"preact": "^10.5.5",
14
"preact-render-to-string": "^5.1.11",
15
- "react": "^17.0.2",
16
- "react-dom": "^17.0.2",
+ "react": "npm:@preact/compat",
+ "react-dom": "npm:@preact/compat",
17
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.1.2"
18
},
19
"license": "MIT"
0 commit comments