interface
interface copied to clipboard
Crash Report: Argument of type '"-" | { groupSeparator: string; }' is not assignable to parameter of type 'object'.
Bug Description TypeScript error in /Users/usman/Downloads/interface-main/src/components/claim/AddressClaimModal.tsx(114,53): Argument of type '"-" | { groupSeparator: string; }' is not assignable to parameter of type 'object'. Type 'string' is not assignable to type 'object'. TS2345
Steps to Reproduce
- clone Repo
- npm install --force
- npm start
- Crash and produce Error
