diff --git a/examples/local-state-sharing/package.json b/examples/local-state-sharing/package.json index 50ea84052..0a48069d8 100644 --- a/examples/local-state-sharing/package.json +++ b/examples/local-state-sharing/package.json @@ -4,6 +4,8 @@ "main": "index.js", "license": "MIT", "dependencies": { + "react": "17.0.2", + "react-dom": "17.0.2", "next": "latest", "swr": "latest" },