Open simonhaenisch opened 3 years ago
Need to wait for https://github.com/ionic-team/stencil/pull/2846 to be merged and published, then bump the stencil version here as well.
@christian-bromann not sure you saw my previous comment, there's an open PR on Stencil that is required for this to work: https://github.com/ionic-team/stencil/pull/2846.
I completely forgot about this, been almost 3 years since I opened it 😅
Without the fragment factory you can't use the
<> ... </>
as a fragment shorthand. If it's set toFragment
instead ofh.Fragment
, you'd have to manually importFragment
or otherwise you'd get a "Cannot find name 'Fragment'." error. Withh.Fragment
,<> ... </>
just works.Thanks @WickyNilliams for the hint!