You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a strange behaviour. For User Agent Mozilla/5.0 (Linux; Android 9; ANE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36 OPR/59.1.2926.54067 and browserslist file
> 0.5%
last 2 major versions
not dead
ie 10-11
matchesUA function returns false.
I was playing a bit with code and I found out that here
I'm ready to do the PR, but I didn't dig deeper into details why this map looks like it looks and so on. That's why I would first contact maintainer and decide what is wrong and what should be done in order to fix this.
The text was updated successfully, but these errors were encountered:
I've found a strange behaviour. For User Agent
Mozilla/5.0 (Linux; Android 9; ANE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36 OPR/59.1.2926.54067
andbrowserslist
filematchesUA
function returnsfalse
.I was playing a bit with code and I found out that here
browserslist-useragent/index.js
Line 247 in 5cbd491
resolvedUserAgent
isand
browser
isSo looks like the issue hides in map
browserslist-useragent/index.js
Line 21 in 5cbd491
I'm ready to do the PR, but I didn't dig deeper into details why this map looks like it looks and so on. That's why I would first contact maintainer and decide what is wrong and what should be done in order to fix this.
The text was updated successfully, but these errors were encountered: