id and offset.id is the slug of the page (location.params.id) while offset is just a signal.offset is updated, everything inside the Suspense is re-rendered and a fallback is shown.id changes when navigating, it doesn't seem to re-render - parts of the component are surgically updated - and it doesn't display a fallback.<Show when={prop} keyed /> to force a re-renderoffset?