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 7cdedbd commit ecbed7cCopy full SHA for ecbed7c
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!.toJS;
+ element.innerHTML = glyph.text!;
423
if (glyph.textColor != null) {
424
element.setAttribute(
425
'style',
0 commit comments