From b93eb1d8cd75d99fc3c4e860a0a1d694a72a6405 Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Sun, 30 Jun 2019 15:23:44 +1000 Subject: [PATCH] feat: disable hot replacement render if react-dom is patched, see #1274 --- src/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.js b/src/configuration.js index 03bb18036..1ec791db8 100644 --- a/src/configuration.js +++ b/src/configuration.js @@ -18,7 +18,7 @@ const configuration = { disableHotRenderer: false, // Disable "hot-replacement-render" when injection into react-dom is made - disableHotRendererWhenInjected: false, + disableHotRendererWhenInjected: true, // Controls `react-🔥-dom patch` notification showReactDomPatchNotification: true,