Can not use `div` inside `RBuilder.render`. Have n...
# react
o
Can not use
div
inside
RBuilder.render
. Have no idea even where to look for solution. Can someone guide me a bit ?
r
Adding
import react.dom.div
statement should help
o
Thanks. It solved the issue. But I’m a bit confused by
kotlinx.html.div
and
react.dom.div
. Is it anywhere documented ?
r
AFAIK the only one which is presented in git repo