Skip to content

Commit bc47aac

Browse files
aranajhonnytimneutkens
authored andcommitted
Fixed some problems with standard (vercel#1331)
1 parent 631289f commit bc47aac

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

examples/with-mobx/components/Page.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import Clock from './Clock'
55

66
@inject('store') @observer
77
class Page extends React.Component {
8-
98
componentDidMount () {
109
this.props.store.start()
1110
}

lib/app.js

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export default class App extends Component {
2525
{ErrorDebug && err ? <ErrorDebug error={err} /> : null}
2626
</div>
2727
}
28-
2928
}
3029

3130
class Container extends Component {

server/build/plugins/watch-pages-plugin.js

-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ export default class WatchPagesPlugin {
2525
})
2626
}
2727
}
28-

test/integration/basic/pages/nav/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const linkStyle = {
88
}
99

1010
export default class extends Component {
11-
1211
increase () {
1312
counter++
1413
this.forceUpdate()

0 commit comments

Comments
 (0)