reason-react
reason-react copied to clipboard
Add aria-current support
Right now the support for aria-current is commented out: https://github.com/reasonml/reason-react/blob/6de6b7723aa4402922bd8717c2098868afe8570a/src/ReactDOMRe.re#L97
Is there any specific reason for this? Is it possible to add support for this attribute?
See my comment in https://github.com/reasonml/reason-react/issues/309#issuecomment-466050301 (the issue that is blocking aria-*-attributes is [@bs.string] for bs.deriving abstract in the BuckleScript repo)
Better late than never. Merged in #697.