syntax icon indicating copy to clipboard operation
syntax copied to clipboard

JSX More descriptive error message when braces are not closed in jsx

Open IwanKaramazow opened this issue 5 years ago • 0 comments

@react.component
let make = (~html) => {
  <div dangerouslySetInnerHTML={{"__html": html} />
}
image

IwanKaramazow avatar Dec 22 '20 05:12 IwanKaramazow