We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae8e93 commit 541623fCopy full SHA for 541623f
source/vendor/supports-color/browser.js
@@ -8,7 +8,7 @@ const level = (() => {
8
9
if (globalThis.navigator.userAgentData) {
10
const brand = navigator.userAgentData.brands.find(({brand}) => brand === 'Chromium');
11
- if (brand?.version > 93) {
+ if (brand && brand.version > 93) {
12
return 3;
13
}
14
0 commit comments