rescript-react
rescript-react copied to clipboard
`inert` property is missing from `domProps`
I was trying to add inert property to an element for accessibility, but was surprised to see the binding was missing.
I've created a PR for adding inert to JsxDOM.domProps in the main repo: https://github.com/rescript-lang/rescript/pull/7326