Upgrade React and ReactDOM to 16.14.0
This commit is contained in:
parent
fcb96bf92a
commit
74ce24db68
3 changed files with 22 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// Copyright 2021-2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
/* eslint-disable no-console */
|
||||
|
@ -17,6 +17,8 @@ const storageMap = new Map();
|
|||
|
||||
// To replicate logic we have on the client side
|
||||
global.window = {
|
||||
Date,
|
||||
performance,
|
||||
SignalContext: {
|
||||
crypto: new Crypto(),
|
||||
log: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue