From 194b801e08a8b28ac6a68e22450128a29024c8f0 Mon Sep 17 00:00:00 2001 From: Simon Jodet Date: Tue, 10 Dec 2019 15:59:34 +0100 Subject: [PATCH] :bug: bug(index): Fix exception when using unit number formatting by @simonjodet closes #750 closes #751 --- src/util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util.js b/src/util.js index 834af4ce6..04c021edd 100644 --- a/src/util.js +++ b/src/util.js @@ -15,7 +15,8 @@ export const numberFormatKeys = [ 'minimumSignificantDigits', 'maximumSignificantDigits', 'localeMatcher', - 'formatMatcher' + 'formatMatcher', + 'unit' ] /**