tbranyen/diffhtml

Using innerHTML prop sometimes throws an error

tbranyen opened this issue · 0 comments

Using something like:

const el = html`
  <h1 innerHTML="test" />
`;