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 was archived by the owner on Oct 8, 2021. It is now read-only.
Currently the navigate event attaches to popstate/hashchange when the first call to setup() is made, and sets a flag indicating that it has attached. Upon subsequent calls to setup() it merely checks the flag to make sure it has already attached.
We need to change this to attach a handler upon setup() and detach that same handler - identified exactly by means of its function pointer upon teardown().