ml-in-barcelona / jsoo-react

js_of_ocaml bindings for ReactJS. Based on ReasonReact.
https://ml-in-barcelona.github.io/jsoo-react
MIT License
138 stars 19 forks source link

svg and path are missing from Dom_Html #143

Closed davesnx closed 2 years ago

glennsl commented 2 years ago

These are both defined in Dom_svg, where I think they ought to be?

davesnx commented 2 years ago

I got a bad assumption about the modules. While I had

open React.Dom.Dsl;
open Html;

I assumed that the Dsl would expose all HTML/SVG elements while the Html module will expose the HTML attributes.