Upgrade React and ReactDOM to 16.14.0

This commit is contained in:
Evan Hahn 2022-02-25 17:59:27 -06:00 committed by GitHub
parent fcb96bf92a
commit 74ce24db68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 21 deletions

View file

@ -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: {