Skip to content

ts-transform-inferno 1.8.1

Compare
Choose a tag to compare
@deamme deamme released this 11 Feb 18:35
· 40 commits to master since this release

Critical bug!

This release include component child bug fix. Please upgrade to this version!
Failing example code which is fixed now:

<Comp>
  <p>child1</p>
  <p>child2</p>
  <p>child3</p>
</Comp>;