I have default error layout page(props: ['error']) from the documentation.
But this page is rendering only when navigates by nuxt-link links.
Erors like
"TypeError. Cannot read properties of undefined (reading 'innerWidth')"
on inital page load gives default error page (REQUEST DETAILS, HEADERS, COOKIES).
Example of page without custom error template layout in dev production. Same as in development mode, on initial page loading, Nuxt is rendering not layout props: ['error'] component.

Example of page without custom error template layout in dev mode
