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
133 stars 8 forks source link

jsx error: prop 'playsInline' isn't valid on a 'video' element - but it should be #163

Closed mikaeljan closed 2 months ago

mikaeljan commented 2 months ago

When setting playsInline attribute to a <video> tag following error is shown:

Error: jsx: prop 'playsInline' isn't valid on a 'video' element.

Sources:

davesnx commented 2 months ago

This is fixed here https://github.com/ml-in-barcelona/server-reason-react/pull/149, closing.

Could you pin it to the latest main version?