Skip to content

Commit

Permalink
🐛 bug(index): Fix exception when using unit number formatting by @sim…
Browse files Browse the repository at this point in the history
…onjodet

closes #750
closes #751
  • Loading branch information
simonjodet authored and kazupon committed Dec 18, 2019
1 parent fc110cd commit 194b801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const numberFormatKeys = [
'minimumSignificantDigits',
'maximumSignificantDigits',
'localeMatcher',
'formatMatcher'
'formatMatcher',
'unit'
]

/**
Expand Down

0 comments on commit 194b801

Please sign in to comment.