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
This is a Blazor preview6 feature and therefore depends on #59.
Blazor has a new @key attribute (see announcement) which allows identifying an element in a collection for better diffing, similar to key in React. We should implement an equivalent in Bolero.
The text was updated successfully, but these errors were encountered:
This is a Blazor preview6 feature and therefore depends on #59.
Blazor has a new
@key
attribute (see announcement) which allows identifying an element in a collection for better diffing, similar tokey
in React. We should implement an equivalent in Bolero.The text was updated successfully, but these errors were encountered: