s-yadav / react-meta-tags

Handle document meta/head tags in isomorphic react with ease.
MIT License
226 stars 47 forks source link

Add support for React 17 #59

Open miloxeon opened 2 years ago

miloxeon commented 2 years ago
~/repos/example (master) % npm install react-meta-tags --save                                                                                                                           15:17:21
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: example@1.0.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.6.0" from react-meta-tags@1.0.1
npm ERR! node_modules/react-meta-tags
npm ERR!   react-meta-tags@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
abelchua commented 2 years ago

hello! would support be added for react 17 as per OP?

marcovicar commented 1 year ago

Hello, what about react 17??