Skip to content

[Bug] Glyph deprecated warning #853

@wadeamaral

Description

@wadeamaral

Description

Receiving the following warning when rendering a custom <Pin>

The glyph property is deprecated. Please use glyphSrc or glyphText instead.

Steps to Reproduce

Render any JSX.Element inside a Pin:

export function PinWithContent() {
	return (
		<Pin>
			<div className="bg-blue-400">A</div>
		</Pin>
	);
}

Environment

  • Library version: 1.5.5
  • Google maps version: weekly
  • Browser and Version: Chrome 141.0.7390.108
  • OS: Windows 11

Logs


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions