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 9de3d5e commit b78cbd6Copy full SHA for b78cbd6
web_src/js/webcomponents/polyfills.ts
@@ -8,7 +8,7 @@ try {
8
Intl.NumberFormat = function(locales: string | string[], options: Intl.NumberFormatOptions) {
9
if (options.style === 'unit') {
10
return {
11
- format(value: number | BigInt | string) {
+ format(value: number | bigint | string) {
12
return ` ${value} ${options.unit}`;
13
},
14
};
0 commit comments