You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't recognize the correct touple array definition at the class property initialization.
Error message:
Property 'conflicts' in type 'ConflictClass' is not assignable to the same property in base type 'IConflict'.
Type 'string[][]' is not assignable to type 'Conflict[]'.
Type 'string[]' is not assignable to type 'Conflict'.
Target requires 2 element(s) but source may have fewer.ts(2416)
🙂 Expected behavior
It does.
The text was updated successfully, but these errors were encountered:
Bug Report
🔎 Search Terms
tuple array interface recognized
🕗 Version & Regression Information
4.1.3
⏯ Playground Link
Playground link with relevant code
💻 Code
🙁 Actual behavior
It doesn't recognize the correct touple array definition at the class property initialization.
Error message:
🙂 Expected behavior
It does.
The text was updated successfully, but these errors were encountered: