JustFly1984 / react-google-maps-api

React Google Maps API
MIT License
1.75k stars 426 forks source link

fix Directions API example #3266

Closed theer1k closed 11 months ago

theer1k commented 11 months ago

Fix Directions API example

theer1k commented 11 months ago

Related to https://github.com/JustFly1984/react-google-maps-api/issues/3256, https://github.com/JustFly1984/react-google-maps-api/issues/3257

JustFly1984 commented 11 months ago

@IndianBoyBR the component you had fixed is not part of the docs, but part of gatsby-example. Docs are the part of packages/react-google-maps-api you can run docs with yarn docs:dev and to build yarn docs:build

ezerssss commented 11 months ago

@JustFly1984 can you check out my pr, I adjusted the docs component

PR: https://github.com/JustFly1984/react-google-maps-api/pull/3269