5

enter image description hereAnyone know why jsfiddle is giving me this error when testing jsx.

unclosed regular expression

https://jsfiddle.net/chapster11/LzdfLy53/

const combobox = () => (
    <div id="box">
    working
  </div>
);

ReactDOM.render(<combobox />, document.querySelector("#app"));

-

me-me
  • 5,139
  • 13
  • 50
  • 91
  • 6
    This is not a duplicate as I'm getting a different error of unclosed regular expression. Giving my component a uppercase doesn't solve this issue. But to your point it should be a uppercase. – me-me May 02 '18 at 07:22
  • 6
    Bad closing of this question. I had a very similar problem. The referenced "duplicate" didn't help. This should be a bug by jsfiddle as my exact code works with other online playgrounds. – Zapnuk Jul 23 '18 at 09:53

0 Answers0