jsx-html-entity.js9 lines
mainRaw
function Component() {
  return <div>&gt;&lt;span &amp;</div>;
}

export const FIXTURE_ENTRYPOINT = {
  fn: Component,
  params: [{}],
};
Loading syntax highlighting…