typescript · typescript/TS2322
TS2322
Type Not Assignable
A value of one type cannot be assigned to a variable or parameter of another type. This is one of the most common TypeScript errors, indicating a type mismatch.
A value of one type cannot be assigned to a variable or parameter of another type. This is one of the most common TypeScript errors, indicating a type mismatch.