Closed
Description
Vue version
3.4.20
Link to minimal reproduction
https://stackblitz.com/edit/nuxt-starter-14ccdj
Steps to reproduce
Navigate back and forth
What is expected?
No errors
What is actually happening?
Error that breaks the application and blocks navigation.
System Info
No response
Any additional comments?
This is an attempt to reproduce this error: TypeError: Cannot read properties of null (reading 'suspenseId')
I have been getting this in my production Nuxt application after upgrading from 3.4.8 to 3.4.20. Unfortunately I could not reproduce the exact error, but this seems to have a similar root cause (component is undefined
when we try to access one of its properties. I can also confirm that both of these errors go away when downgrading to 3.4.8.
This also only appears when you have keepalive
enabled.