ml-in-barcelona / server-reason-react

Server render Reason React components with OCaml natively
https://ml-in-barcelona.github.io/server-reason-react/local/server-reason-react/index.html
MIT License
128 stars 8 forks source link

Fix playsinline misswriting for videoHTMLAttributes #149

Closed pedrobslisboa closed 1 month ago

pedrobslisboa commented 1 month ago

Description

playsInline attributes name and jsxName is miswrite; they should be changed between each other

    Attribute { name = "playsinline"; jsxName = "playsInline"; type_ = Bool };