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