-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
After upgrading from 0.7.6
to 0.7.7
, layouts seem to be breaking.

I tried...
✅ [email protected]
and [email protected]
. It works. (using [email protected]
)
❌ [email protected]
and [email protected]
. It doesn't work. (using [email protected]
)
❌ [email protected]
and [email protected]
. It doesn't work. (using [email protected]
)
I also thought maybe it was just Vite, but no. Because:
❌ [email protected]
and [email protected]
. It doesn't work. (using [email protected]
)
✅ [email protected]
and [email protected]
. It works. (using [email protected]
)
So I kinda conclude It's because of [email protected].
Still investigating what the cause is... So opening this issue for that.
I'm trying to compare the changes from 0.7.6 to 0.7.7: 94bda74...16c9c82 (I just used the release: 0.7.6
and release: 0.7.7
commits).
Reproduction
I will add here when I can, but you can maybe use my boilerplate: https://github.com/blankeos/solid-hop (It's pretty barebones). And then reproduce the package versions I mentioned above.