0.35.0 #598
rmorshea
announced in
Announcements
0.35.0
#598
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The highlight of this release is that the default "key" of all elements will be their index amongst their neighbors. Previously this behavior could be engaged by setting
IDOM_FEATURE_INDEX_AS_DEFAULT_KEY=1
when running IDOM. In this release though, you will need to explicitely turn off this feature (i.e.=0
) to return to the old behavior. With this change, some may notice additional error logs which warn that:This is saying is that an element or component which was created in a list does not have a unique
key
. For more information on how to mitigate this warning refer to the docs on "Organizing Items With Keys".Closed Issues
Pull Requests
Beta Was this translation helpful? Give feedback.
All reactions