https://kotlinlang.org logo
Title
i

Ilya Tel

01/21/2023, 6:16 PM
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

Robert Jaros

01/21/2023, 7:26 PM
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

Ilya Tel

01/21/2023, 7:33 PM
Yes