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
allow set Property not same as index type for object and array
Error:(6, 2) TS2411: Property ''$$'' of type 'T' is not assignable to string index type 'ITrieNode1'.
Error:(11, 2) TS2411: Property ''$$'' of type 'T' is not assignable to string index type 'ITrieNode2'.
Error:(22, 2) TS2412: Property '0' of type 'true' is not assignable to numeric index type 'string'.
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
Search Terms
Suggestion
allow set Property not same as index type for object and array
Use Cases
for only wanna special property has other type
Examples
Checklist
My suggestion meets these guidelines:
The text was updated successfully, but these errors were encountered: