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
'Invariant: analytics variable was not properly restored on the previous execution. This indicates a concurrency bug'
294
-
)
295
-
}
290
+
if(originalAnalyticsinstanceofAnalyticsRuntime){
291
+
thrownewError(
292
+
'Invariant: analytics variable was not properly restored on the previous execution. This indicates a concurrency bug'
293
+
)
294
+
}
296
295
296
+
try{
297
297
g['analytics']=analytics
298
-
299
298
g['signals']=signals
300
299
processSignal(signal,{
301
300
// we eventually want to get rid of globals and processSignal just uses local variables.
301
+
// TODO: update processSignal generator to accept params like these for web (mobile currently uses globals for their architecture -- can be changed but hard).
0 commit comments