Commit 76b77a7a authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

class property must be ended with ;

parent 69af029a
......@@ -39,7 +39,7 @@ class GLCanvas extends Component {
onGLCaptureFrame = ({ nativeEvent: {frame} }) => {
this._pendingCaptureFrame.resolve(frame);
this._pendingCaptureFrame = undefined;
}
};
render () {
const { width, height, onLoad, onProgress, eventsThrough, ...restProps } = this.props;
return <GLCanvasNative
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment