Skip to content

Commit 07cb73a

Browse files
committed
remove IDOM_FEATURE_INDEX_AS_DEFAULT_KEY opt
1 parent cc9518d commit 07cb73a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/idom/config.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,6 @@
6262
)
6363
"""This has been renamed to :data:`IDOM_WEB_MODULES_DIR`"""
6464

65-
IDOM_FEATURE_INDEX_AS_DEFAULT_KEY = _Option(
66-
"IDOM_FEATURE_INDEX_AS_DEFAULT_KEY",
67-
default=True,
68-
mutable=False,
69-
validator=lambda x: bool(int(x)),
70-
)
71-
"""Use the index of elements/components amongst their siblings as the default key.
72-
73-
The flag's default value is set to true. To return to legacy behavior set
74-
``IDOM_FEATURE_INDEX_AS_DEFAULT_KEY=0``. In a future release, this flag will be removed
75-
entirely and the indices will always be the default key.
76-
77-
For more information on changes to this feature flag see:
78-
https://github.com/idom-team/idom/issues/351
79-
"""
80-
8165
IDOM_TESTING_DEFAULT_TIMEOUT = _Option(
8266
"IDOM_TESTING_DEFAULT_TIMEOUT",
8367
5.0,

0 commit comments

Comments
 (0)