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
Problem:
When an anchor node that has an href is reused by the virtualdom, it leaves an empty href="" attribute instead of removing the attribute.
This causes clicks to reload the page.