We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c630b6 commit 4ab59b1Copy full SHA for 4ab59b1
src/idom/config.py
@@ -63,8 +63,10 @@
63
)
64
"""Use the index of elements/components amongst their siblings as the default key.
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.
+The flag's default value is set to true. To return to legacy behavior set
+``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.
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
72
"""
0 commit comments