lancetw/react-isomorphic-bundle

View on GitHub
src/client/admin/index.js

Summary

Maintainability
A
0 mins
Test Coverage

Do not pass children as props. Instead, nest children between the opening and closing tags.
Open

          children={routes(store)}
Severity: Minor
Found in src/client/admin/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

JSX not allowed in files with extension '.js'
Open

      <Provider store={store}>
Severity: Minor
Found in src/client/admin/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Do not pass children as props. Instead, nest children between the opening and closing tags.
Open

            children={routes(store)}
Severity: Minor
Found in src/client/admin/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status