You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is404 in pageContext remains true if onBeforeRender is not provided for the page. here is the reproduction from vue-full example for this issue which shows if we are in 404NotFound page and we want to go to Welcome and Markdown page, is404 property remains true but for Data Fetching and Routing page which have onBeforeRender is404 is updated
Uh oh!
There was an error while loading. Please reload this page.
Description
is404 in pageContext remains true if onBeforeRender is not provided for the page. here is the reproduction from vue-full example for this issue which shows if we are in 404NotFound page and we want to go to Welcome and Markdown page, is404 property remains true but for Data Fetching and Routing page which have onBeforeRender
is404 is updated
https://stackblitz.com/github/hamedg68/VPS-vue-full-is404
Error Message + Error Stack
is404 not updated
The text was updated successfully, but these errors were encountered: