floatdrop / plugin-jsx

JSX loader plugin
MIT License
36 stars 10 forks source link

JSX compilation failing case #14

Open cyberwombat opened 8 years ago

cyberwombat commented 8 years ago

I am not sure what the specs are but this is from one of the react-router examples (pinterest) and it contains a <p> tag that has a greater than sign which causes it to fail with jspm (but not with reactify)

<p>
      Click on an item and see its rendered as a modal, then copy/paste the
      url into a different browser window (with a different session, like
      Chrome -> Firefox), and see that the image does not render inside the
      overlay. One URL, two session dependent screens :D
 </p>