Skip to content

Commit 0053f87

Browse files
committed
Transpile
1 parent 3f6aa4d commit 0053f87

File tree

2 files changed

+438
-433
lines changed

2 files changed

+438
-433
lines changed

dist/components/Marker.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,13 @@
210210
}, {
211211
key: 'render',
212212
value: function render() {
213-
return null;
213+
return _react2.default.createElement(
214+
_react.Fragment,
215+
null,
216+
this.props.children && this.marker ? _react2.default.Children.only(_react2.default.cloneElement(this.props.children, { marker: this.marker,
217+
google: this.props.google,
218+
map: this.props.map })) : null
219+
);
214220
}
215221
}]);
216222

0 commit comments

Comments
 (0)