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
In the normal case, the uid field within the array (of 'users' or 'tools') should be resolvable.
The text was updated successfully, but these errors were encountered:
rhkdgns95
changed the title
Bug when using '&' keyword together with generic array type
[Bug] '&' keyword Type recognition bug when used with array methods
May 25, 2022
In the current issue, when using the array method (ex. .forEach(), .map() etc...), there is a compile error problem saying that the field of the corresponding element value cannot be referenced.
Bug Report
🔎 Search Terms
Generic Type
Array
& keyword
map method
🕗 Version & Regression Information
💻 Code
🙁 Actual behavior
🙂 Expected behavior
In the normal case, the
uid
field within the array (of 'users' or 'tools') should be resolvable.The text was updated successfully, but these errors were encountered: