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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Do not use selectas and track by in the same expression. They are not designed to work together.
Then immediately following that, there is an example where they are used together in the same expression:
item.subItem as item.label for item in values track by item.id
Either the code example directly contradicts the previous statement, or I'm misinterpreting this and the documentation is very confusing. I ran this by a couple of other devs to validate that others are interpreting it the same way I am.
The text was updated successfully, but these errors were encountered:
From the docs:
Then immediately following that, there is an example where they are used together in the same expression:
Either the code example directly contradicts the previous statement, or I'm misinterpreting this and the documentation is very confusing. I ran this by a couple of other devs to validate that others are interpreting it the same way I am.
The text was updated successfully, but these errors were encountered: