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
AppProgressBar have problem. Binding event handleAnchorClick start in function handleMutation that call by MutationObserver.
But if on the first render links not changed, then function handleMutation not called and event handleAnchorClick not binded to the link.
The text was updated successfully, but these errors were encountered:
Can you give me more details on how to reproduce this?
@Skyleen77 I encountered the same issue. When I first access the page and click on the tag to perform a redirect, the progress bar doesn't work. However, if I go back and click it again, it works as expected.
Hi,
AppProgressBar have problem. Binding event handleAnchorClick start in function handleMutation that call by MutationObserver.
But if on the first render links not changed, then function handleMutation not called and event handleAnchorClick not binded to the link.
The text was updated successfully, but these errors were encountered: