Use SignalContext instead of SignalWindow

This commit is contained in:
Josh Perez
2021-10-07 19:28:47 -04:00
committed by GitHub
parent a70a8a88d6
commit 75dab30367
35 changed files with 180 additions and 231 deletions

View File

@@ -49,7 +49,7 @@
try {
cb();
} catch (error) {
window.SignalWindow.log.error(
window.SignalContext.log.error(
'ReactWrapperView.update error:',
error && error.stack ? error.stack : error
);