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 2029d91 commit 7eb22c5Copy full SHA for 7eb22c5
src/idom/svg.py
@@ -108,7 +108,7 @@
108
fe_tile = make_vdom_constructor("feTile", allow_children=False)
109
fe_turbulence = make_vdom_constructor("feTurbulence", allow_children=False)
110
filter = make_vdom_constructor("filter", allow_children=False)
111
-foreignObject = make_vdom_constructor("foreignObject", allow_children=False)
+foreign_object = make_vdom_constructor("foreignObject", allow_children=False)
112
g = make_vdom_constructor("g")
113
hatch = make_vdom_constructor("hatch", allow_children=False)
114
hatchpath = make_vdom_constructor("hatchpath", allow_children=False)
0 commit comments