Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 194b801

Browse files
simonjodetkazupon
authored andcommittedDec 18, 2019
🐛 bug(index): Fix exception when using unit number formatting by @simonjodet
closes #750 closes #751
1 parent fc110cd commit 194b801

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/util.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export const numberFormatKeys = [
1515
'minimumSignificantDigits',
1616
'maximumSignificantDigits',
1717
'localeMatcher',
18-
'formatMatcher'
18+
'formatMatcher',
19+
'unit'
1920
]
2021

2122
/**

0 commit comments

Comments
 (0)
This repository has been archived.