react-metatags-hook
react-metatags-hook copied to clipboard
allow react 17 on peerDeps
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: