#layout logic failing
4 messages · Page 1 of 1 (latest)
Hey! When the layout is rendered, it does not have knowledge about the route yet (on the server).
But when the state is serialized, the route is known
Thus, the client will render it „as wanted“ but the server doesn’t ~> mismatch
thanks @heavy talon !