Is there any prior work for react-wrappers that ar...
# react
n
Is there any prior work for react-wrappers that are not the builtin html tags ? i am trying to imitate how
kolin-react-dom
uses
kotlinx-html
to generate https://react-bootstrap.github.io/components/alerts/ (it seemed like a simple component to start with) sadly it just inserts a
<alert>
tag into my html and the react-bootstrap code seems to not trigger at all i wonder if i am missing a import or maybe i am not matching the signatures perfectly.. by now i am poking in the dark, any help appreciated