Open kevintakeda opened 1 year ago
Using fragment and Portal together leads to an incorrect rendering order.
Small reproduction: https://stackblitz.com/edit/solid-start-bare-ts-griwhk?file=src%2Fcomponents%2FComplex.tsx,src%2Froutes%2Findex.tsx
<Complex />
<b>
Using fragment and Portal together leads to an incorrect rendering order.
Small reproduction: https://stackblitz.com/edit/solid-start-bare-ts-griwhk?file=src%2Fcomponents%2FComplex.tsx,src%2Froutes%2Findex.tsx
<Complex />
component inside the component folder.<b>
<Complex />
renders in the correct place