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 e8c29b3 + a5039e0 commit dabc6e8Copy full SHA for dabc6e8
src/components/Marker.js
@@ -104,20 +104,7 @@ export class Marker extends React.Component {
104
}
105
106
render() {
107
- return (
108
- <Fragment>
109
- {this.props.children && this.marker ?
110
- React.Children.only(
111
- React.cloneElement(
112
- this.props.children,
113
- { marker: this.marker,
114
- google: this.props.google,
115
- map: this.props.map}
116
- )
117
- ) : null
118
- }
119
- </Fragment>
120
+ return null;
121
122
123
0 commit comments