jtassin/react-amount-field

View on GitHub
examples/src/example.jsx

Summary

Maintainability
A
3 hrs
Test Coverage

Showing 3 of 3 total issues

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module.hot.accept('./ReduxFormExample', () => {
// If you use Webpack 2 in ES modules mode, you can
// use <App /> here rather than require() a <NextApp />.
ReactDOM.render(
<AppContainer>
Severity: Major
Found in examples/src/example.jsx and 2 other locations - About 1 hr to fix
examples/src/example.jsx on lines 51..60
examples/src/example.jsx on lines 73..82

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module.hot.accept('./Example2', () => {
// If you use Webpack 2 in ES modules mode, you can
// use <App /> here rather than require() a <NextApp />.
ReactDOM.render(
<AppContainer>
Severity: Major
Found in examples/src/example.jsx and 2 other locations - About 1 hr to fix
examples/src/example.jsx on lines 51..60
examples/src/example.jsx on lines 62..71

Similar blocks of code found in 3 locations. Consider refactoring.
Open

module.hot.accept('./Example1', () => {
// If you use Webpack 2 in ES modules mode, you can
// use <App /> here rather than require() a <NextApp />.
ReactDOM.render(
<AppContainer>
Severity: Major
Found in examples/src/example.jsx and 2 other locations - About 1 hr to fix
examples/src/example.jsx on lines 62..71
examples/src/example.jsx on lines 73..82

There are no issues that match your filters.

Category
Status