Use strict mode to catch some potential problems
[MAILPOET-2452]
This commit is contained in:
committed by
Rostislav Wolný
parent
e1f1ea0ce0
commit
be1e70bfb4
@@ -17,7 +17,9 @@ if (appElement) {
|
|||||||
initStore();
|
initStore();
|
||||||
initBlocks();
|
initBlocks();
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
<App />,
|
<React.StrictMode>
|
||||||
|
<App />
|
||||||
|
</React.StrictMode>,
|
||||||
appElement
|
appElement
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user