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
// tabEvents.ts onUpdatedTab: CallbackTab<'onUpdated'>=(tabId,changeInfo,tab)=>{/** * if loading and no url -> clear all sessions but not the overpaying state * if loading and url -> we need to check if state keys include this url. */if(changeInfo.status==='loading'){consturl=tab.url ? removeQueryParams(tab.url) : '';constclearOverpaying=this.tabState.shouldClearOverpaying(tabId,url);this.tabState.clearSessionsByTabId(tabId);
The text was updated successfully, but these errors were encountered:
Trace:
Diagnosed to this part of code:
The text was updated successfully, but these errors were encountered: