react-metatags-hook icon indicating copy to clipboard operation
react-metatags-hook copied to clipboard

allow react 17 on peerDeps

Open zanona opened this issue 2 years ago • 0 comments

Hello, Would it be OK to change the peerDependencies to the below to avoid breaking installations with react 17+?

  "peerDependencies": {
-    "react": "^16.8.0"
+    "react": ">=16.8.0"
  }

Thanks :wink:

zanona avatar Mar 17 '22 16:03 zanona