enhance-dev / enhance-ssr

Server side render for custom elements.
140 stars 9 forks source link

WIP: multi slot bug #53

Closed ryanbethel closed 11 months ago

ryanbethel commented 11 months ago

If an unnamed slot is placed before other named slots the unnamed slot gets extra content in the output. This branch has a failing test to reproduce the bug.