simonhrogers
simonhrogers
Confirming that this issue exists in `3.0.0` so layout transitions have never worked in Nuxt 3.
It was suggested by discord user L422Y that router options might help – however these further demonstrate that something is not working here. ``` import type { RouterOptions } from...
@jules-contact you reacted with a thumbs up to my previous comment, is this a problem you’ve experienced too?
Hey @jules-contact :-) Ah OK – yes I’ve checked and sadly this doesn’t resolve things for this issue with layout transitions. @manniL thank you for triaging and confirming this is...
Hey Liam, Thank you for your answer! I wish this was my problem too but I’m afraid as you’ll see from my minimal reproduction, this isn’t the same issue.
Thanks @chrisjansky! This is correct for general navigation but **doesn’t work** for browser forward/back which is fairly critical for a large number of use cases IMO – users will often...
Hi @manniL, @atinux, I’m wondering if the issue might stem from [`nuxt/src/pages/runtime/router.options.ts`](https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/pages/runtime/router.options.ts), which checks for `route.meta.pageTransition`, but not `route.meta.layoutTransition` inside the `hasTransition` function? This appears to be the deciding factor...
> Would you be able to hack around by making your own `app/router.options.ts` and updating the behavior to see if this comes from it? Do you mean as per my...
> > Would you be able to hack around by making your own `app/router.options.ts` and updating the behavior to see if this comes from it? > > Do you mean...
@manniL sorry to bother you! Is there any chance of getting the labelling of this re-assessed? I don’t think it’s minor – it’s a major part of the framework that...