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.
1 parent 3201e5d commit 1fb6122Copy full SHA for 1fb6122
packages/google_maps_flutter/google_maps_flutter_web/lib/src/convert.dart
@@ -437,7 +437,7 @@ Future<Node?> _advancedMarkerIconFromBitmapDescriptor(
437
if (glyph.text != null) {
438
// Set glyph text and text color
439
final web.Element element = document.createElement('p');
440
- element.innerHTML = glyph.text!;
+ element.innerHTML = glyph.text!.toJS;
441
if (glyph.textColor != null) {
442
element.setAttribute(
443
'style',
0 commit comments