Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jscomp/others/jsxDOM.ml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type domProps = {
[@ns.optional] [@bs.as "aria-expanded"];
(* [@ns.optional] [@bs.as "aria-haspopup"] ariaHaspopup: false|true|menu|listbox|tree|grid|dialog, *)
ariaLevel: int
[@ns.optional] [@bs.as "aria-lavel"];
[@ns.optional] [@bs.as "aria-level"];
Copy link
Collaborator

@cristianoc cristianoc Sep 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: @bs.as is now called @as.

ariaModal: bool
[@ns.optional] [@bs.as "aria-modal"];
ariaMultiline: bool
Expand Down