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
Our website doesn't work on Edge 17 but the regex would say otherwise.
Here's a minimal browserslist config that should return false on Edge 17, but is true:
Our website doesn't work on Edge 17 but the regex would say otherwise.
Here's a minimal browserslist config that should return false on Edge 17, but is true:
[ "chrome >= 51", "edge >= 18" ]Omitting the Chrome line returns false.