Skip to content

Commit

Permalink
Merge pull request reasonml#469 from Schmavery/fix-crossorigin
Browse files Browse the repository at this point in the history
Refix crossOrigin case and type
  • Loading branch information
rickyvetter committed Apr 20, 2020
2 parents c437726 + b59143e commit 16da41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactDOMRe.re
Expand Up @@ -275,7 +275,7 @@ type domProps = {
[@bs.optional]
cite: string, /* uri */
[@bs.optional]
crossorigin: bool,
crossOrigin: string, /* anonymous, use-credentials */
[@bs.optional]
cols: int,
[@bs.optional]
Expand Down

0 comments on commit 16da41d

Please sign in to comment.