Skip to content

Commit 3e0c402

Browse files
authored
Fix local state sharing example deps (#1737)
1 parent 3bda271 commit 3e0c402

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/local-state-sharing/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7+
"react": "17.0.2",
8+
"react-dom": "17.0.2",
79
"next": "latest",
810
"swr": "latest"
911
},

0 commit comments

Comments
 (0)