We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9271f5b commit f5bbab4Copy full SHA for f5bbab4
dash/development/_py_components_generation.py
@@ -293,7 +293,7 @@ def parse_wildcards(props):
293
"""
294
list_of_valid_wildcard_attr_prefixes = []
295
for wildcard_attr in ["data-*", "aria-*"]:
296
- if wildcard_attr in props.keys():
+ if wildcard_attr in props:
297
list_of_valid_wildcard_attr_prefixes.append(wildcard_attr[:-1])
298
return list_of_valid_wildcard_attr_prefixes
299
0 commit comments