Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for React18 #212

Open
sushmakale2016 opened this issue Apr 11, 2023 · 5 comments
Open

Support for React18 #212

sushmakale2016 opened this issue Apr 11, 2023 · 5 comments

Comments

@sushmakale2016
Copy link

The current library does not support react18, it would be nice to support react 18 as many other dependent applications are moving for upgrading from react 17 to react18

@joshuaiz
Copy link

Is anybody here? This.

@LeroViten
Copy link

Perfectly works for me with React18

@thenick775
Copy link

Same here, works for me as well using:
"react": "^18.2.0",

@sweco-selumm
Copy link

sweco-selumm commented Feb 21, 2024

Does anyone else have a problem installing anything later than [email protected] ?

npm install [email protected]

returns error

npm WARN ERESOLVE overriding peer dependency npm ERR! code ETARGET npm ERR! notarget No matching version found for [email protected]. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.

Where

npm install react-device-detect@latest

installs version 1.17.0

Any clues what is happening?

Thanks much

Edit:

Using npm version 9.8.1, node version 18.18.0

@sweco-selumm
Copy link

Does anyone else have a problem installing anything later than [email protected] ?

npm install [email protected]

returns error

npm WARN ERESOLVE overriding peer dependency npm ERR! code ETARGET npm ERR! notarget No matching version found for [email protected]. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.

Where

npm install react-device-detect@latest

installs version 1.17.0

Any clues what is happening?

Thanks much

Edit:

Using npm version 9.8.1, node version 18.18.0

SOLVED. Apparently my .npmrc config to our local registry messed things up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants