react-device-detect icon indicating copy to clipboard operation
react-device-detect copied to clipboard

User agent parsing and upcoming Chrome & Firefox versions 100

Open ghost opened this issue 2 years ago • 1 comments

Summary

Chrome and Firefox will both be releasing a 3 digit version of 100 shortly and I wanted to bring up the issue of UA parsing within react-device-detect. There is a discussion/issue thread with the ua-parser-js dependency: https://github.com/faisalman/ua-parser-js/issues/567

It seems to be tested and passing, but wanted to check if anyone has tested the parsing approaches within this code base? Testing my own code using react-device-detect with forcing the 100 version in the user agents described in this mozilla article posted on February 15th, seems to be working just fine.

Article

https://hacks.mozilla.org/2022/02/version-100-in-chrome-and-firefox/

ghost avatar Mar 09 '22 16:03 ghost

Unfortunately react-device-detect conditions fails for me in Chrome and Firefox 100 and up.

jirsbek avatar Jul 08 '22 10:07 jirsbek