react-spectrum
react-spectrum copied to clipboard
Internationalized/NumberParser: fix TS5.5 build errors
This small change pre-emptively addresses build errors that will appear under TypeScript 5.5, caused by changes relating to Intl.NumberFormat in microsoft/TypeScript#56902.
Unit tests are unaffected.