For some reason when using <NuxtLayout /> in some nested divs in the app.vue, it causes an -
Cannot read properties of null (reading 'parentNode') when routing to dynamic pages. but using it as the first element on the app.vue fixes it!
But I don't want to use the <NuxtLayout /> as the first element since I have a title bar (It's an app with Tauri) which is consistent between all layouts. What can I do?