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

fix: Ensure optionals are passed as undefineds #84

Closed davesnx closed 2 years ago

davesnx commented 2 years ago

Fix for https://github.com/ml-in-barcelona/jsoo-react/issues/81

Transforms string option to string js_nullable when using HTML elements.