Hi, I noticed that when using root() the container...
# kvision
i
Hi, I noticed that when using root() the container tag is changed to a div, is this the intended behavior ? If so, then it is possible that in this case it is worth clarifying this in the documentation about the root container. in index.html i have
<nav id="menu-path"></nav>
I do so
root("menu-path")
and expect
<nav id="menu-path"></nav>
but the result
<div id="menu-path"></div>
And thank you very much for KVision
r
Hello. I think this is an oversight that I hadn't even noticed before. And it's definitely should be fixed.
Could you please fill an issue on github?
i
Yes