We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53154d commit 8d8e0b6Copy full SHA for 8d8e0b6
src/idom/core/vdom.py
@@ -38,7 +38,7 @@
38
"type": "object",
39
"properties": {
40
"tagName": {"type": "string"},
41
- "key": {"type": "string"},
+ "key": {"type": ["string", "number", "null"]},
42
"error": {"type": "string"},
43
"children": {"$ref": "#/definitions/elementChildren"},
44
"attributes": {"type": "object"},
0 commit comments