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
In the Slack app, we have a webview with a preload script that defines a global variable.
On 0.36.1 and previous releases, when navigation is performed, the preload script is re-run and the global variable is recreated.
On 0.36.2, navigation destroys the global variables and the preload script isn't run again.