We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 301730a + 0959e94 commit 10a7245Copy full SHA for 10a7245
.travis.yml
@@ -2,4 +2,5 @@ language: node_js
2
node_js:
3
- "iojs-2"
4
script:
5
+ - npm run lint
6
- npm test
src/components/createConnect.js
@@ -213,7 +213,7 @@ export default function createConnect(React) {
213
) ||
214
// React Native
215
typeof __DEV__ !== 'undefined' &&
216
- __DEV__ //eslint-disable-line no-undef
+ __DEV__ // eslint-disable-line no-undef
217
) {
218
Connect.prototype.componentWillUpdate = function componentWillUpdate() {
219
if (this.version === version) {
0 commit comments