-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
SachaZvetelman, enricodoro, Sparticuz and dmayerdesign
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working