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

Chrome linux: DeviceDetect.browserVersion returning 100 while on Version 96.0.4655.0 (Official Build) dev (64-bit)

Open kopax-polyconseil opened this issue 3 years ago • 0 comments

  1. Bug description On Debian stretch, using google chrome Version 96.0.4655.0 (Official Build) dev (64-bit) DeviceDetect.browserVersion is returning 100 while I expected him to return 96
  2. Steps to reproduce Install stretch; apt-get install google-chrome-stable; npx create-react-app testApp; cd testApp; npm i react-device-detect; then test DeviceDetect.browserVersion
  3. Device user-agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4655.0 Safari/537.36
  4. Device/Browser type/name: Chrome Version 96.0.4655.0 (Official Build) dev (64-bit)
  5. Share code for a better understanding (for example, here https://codesandbox.io/s/new)
  6. Any additional info
  • react-device-detect v2.0.1

kopax-polyconseil avatar Nov 24 '21 11:11 kopax-polyconseil