Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 8c8b726

Browse files
committed
Ignore console warning
1 parent 7dd5d5e commit 8c8b726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/cats/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const App = React.createClass({
101101
this.setState({ index: (this.state.index + images.length - 1) % images.length });
102102
},
103103
onImageLoadError(imageSrc, _srcType, errorEvent) {
104-
console.error(`Could not load image at ${imageSrc}`, errorEvent);
104+
console.error(`Could not load image at ${imageSrc}`, errorEvent); // eslint-disable-line no-console
105105
},
106106
render() {
107107
let lightbox;

0 commit comments

Comments
 (0)