mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-29 09:29:51 +03:00
Fixed ESLINT issues
This commit is contained in:
parent
5e32962e5e
commit
86fcb757bd
|
@ -17,7 +17,7 @@ render(
|
||||||
|
|
||||||
if (module.hot) {
|
if (module.hot) {
|
||||||
module.hot.accept('./containers/Root', () => {
|
module.hot.accept('./containers/Root', () => {
|
||||||
const RootContainer = require('./containers/Root').default
|
const RootContainer = require('./containers/Root').default;
|
||||||
render(
|
render(
|
||||||
<AppContainer>
|
<AppContainer>
|
||||||
<RootContainer
|
<RootContainer
|
||||||
|
|
|
@ -18,7 +18,7 @@ render(
|
||||||
|
|
||||||
if (module.hot) {
|
if (module.hot) {
|
||||||
module.hot.accept('./containers/Root', () => {
|
module.hot.accept('./containers/Root', () => {
|
||||||
const RootContainer = require('./containers/Root').default
|
const RootContainer = require('./containers/Root').default;
|
||||||
render(
|
render(
|
||||||
<AppContainer>
|
<AppContainer>
|
||||||
<RootContainer
|
<RootContainer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user