From 197a8454748ccd232413519a1063106f0dddc5e7 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 22 Nov 2021 15:50:20 +0200 Subject: [PATCH] fix Signed-off-by: Roman --- src/common/configure-packages.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/configure-packages.ts b/src/common/configure-packages.ts index 07e47d883c..a085f3e8d7 100644 --- a/src/common/configure-packages.ts +++ b/src/common/configure-packages.ts @@ -29,7 +29,6 @@ export default function configurePackages() { // Docs: https://mobx.js.org/configuration.html Mobx.configure({ enforceActions: "never", - isolateGlobalState: true, // TODO: enable later (read more: https://mobx.js.org/migrating-from-4-or-5.html) // computedRequiresReaction: true,