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 a82ba31 commit 5e563c4Copy full SHA for 5e563c4
packages/google_maps_flutter/google_maps_flutter_web/lib/src/convert.dart
@@ -419,7 +419,7 @@ Future<Node?> _advancedMarkerIconFromBitmapDescriptor(
419
if (glyph.text != null) {
420
// Set glyph text and text color
421
final web.Element element = document.createElement('p');
422
- element.innerHTML = glyph.text!;
+ element.innerHTML = glyph.text!.toJS;
423
if (glyph.textColor != null) {
424
element.setAttribute(
425
'style',
0 commit comments