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 a0e5789 + 8675304 commit dc70bc2Copy full SHA for dc70bc2
dist/components/Marker.js
@@ -137,6 +137,7 @@
137
label = _props.label,
138
draggable = _props.draggable,
139
title = _props.title,
140
+ animation = _props.animation;
141
optimized = _props.optimized,
142
zIndex = _props.zIndex;
143
@@ -156,6 +157,7 @@
156
157
label: label,
158
title: title,
159
draggable: draggable,
160
+ animation: animation
161
optimized: optimized,
162
zIndex: zIndex
163
};
@@ -208,4 +210,4 @@
208
210
209
211
212
exports.default = Marker;
-});
213
+});
0 commit comments