We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type t = { [@bs.as "a"] a: float, };
gives the error
Two labels are named a
which is not correct.
(I know, the bs.as attribute is superfluous here, but this situation can occur easily in generated code. I saw it in the MaterialUI bindings.)
bs.as