interface icon indicating copy to clipboard operation
interface copied to clipboard

Crash Report: Argument of type '"-" | { groupSeparator: string; }' is not assignable to parameter of type 'object'.

Open muhammad-usman56 opened this issue 3 years ago • 0 comments

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

  1. clone Repo
  2. npm install --force
  3. npm start
  4. Crash and produce Error

Screenshot at Jun 22 15-21-12

muhammad-usman56 avatar Jun 22 '22 18:06 muhammad-usman56