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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
On start page you will get an alert created on the Nav component oncreate method.
Enter a gibberish url to get the _error page loaded.
No alert is displayed because oncreate was never called.
How this affects our application is that our Nav component doesn't work on our 404 page causing mobile users unable to navigate away from that page, because the click method bound to the hamburger menu doesn't execute.
The text was updated successfully, but these errors were encountered:
Demonstrated by this CodeSandbox,
https://codesandbox.io/s/8l7jxnopvj
How this affects our application is that our Nav component doesn't work on our 404 page causing mobile users unable to navigate away from that page, because the click method bound to the hamburger menu doesn't execute.
The text was updated successfully, but these errors were encountered: