Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: disable hot replacement render if react-dom is patched, see #1274
  • Loading branch information
theKashey committed Jun 30, 2019
1 parent 4dc5498 commit b93eb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.js
Expand Up @@ -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,
Expand Down

0 comments on commit b93eb1d

Please sign in to comment.