Skip to content

Commit 748b005

Browse files
authored
Fix using-preact example deps (#26821)
Fix after #26133
1 parent d670198 commit 748b005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/using-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"next-plugin-preact": "^3.0.3",
1313
"preact": "^10.5.5",
1414
"preact-render-to-string": "^5.1.11",
15-
"react": "^17.0.2",
16-
"react-dom": "^17.0.2",
15+
"react": "npm:@preact/compat",
16+
"react-dom": "npm:@preact/compat",
1717
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.1.2"
1818
},
1919
"license": "MIT"

0 commit comments

Comments
 (0)