From f4e005bc5e09da7e1b3e64f3879f3a0b0802f39b Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 28 Apr 2021 21:42:17 -0400 Subject: [PATCH] Fix "SharedArrayBuffer will require cross-origin isolation" This is a workaround for React v16 while we don't upgrade to v17 See https://github.com/facebook/create-react-app/issues/10474 --- ui/public/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/public/index.html b/ui/public/index.html index 47afc9a2c..0c082463a 100644 --- a/ui/public/index.html +++ b/ui/public/index.html @@ -33,6 +33,11 @@ + +