File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 63
63
)
64
64
"""Use the index of elements/components amongst their siblings as the default key.
65
65
66
- In a future release this flag's default value will be set to true, and after that, this
67
- flag will be removed entirely and the indices will always be the default key.
66
+ The flag's default value is set to true. To return to legacy behavior set
67
+ ``IDOM_FEATURE_INDEX_AS_DEFAULT_KEY=0``. In a future release, this flag will be removed
68
+ entirely and the indices will always be the default key.
68
69
69
- For more information on changes to this feature flag see: https://github.com/idom-team/idom/issues/351
70
+ For more information on changes to this feature flag see:
71
+ https://github.com/idom-team/idom/issues/351
70
72
"""
You can’t perform that action at this time.
0 commit comments