Skip to content

Commit 2640f49

Browse files
committed
Fixed parameter to check cached resolved options
1 parent 3e9983c commit 2640f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl/locale.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function supportsFastNumbers(loc) {
175175
loc.numberingSystem === "latn" ||
176176
!loc.locale ||
177177
loc.locale.startsWith("en") ||
178-
getCachedIntResolvedOptions(loc.locale).numberingSystem === "latn"
178+
getCachedIntResolvedOptions(loc.intl).numberingSystem === "latn"
179179
);
180180
}
181181
}

0 commit comments

Comments
 (0)