Skip to content

Commit 537c6c7

Browse files
committed
docs: update quick start
1 parent 11b6c98 commit 537c6c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/content/docs/docs/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Quick Start
44

55
import { QuickStart } from '../../../components/QuickStart';
66

7-
- **You need to set `height` of map.** (see the example below)
7+
- **You need to set `height` of map**, or else it won't show up. (see the example below)
88
- If you want to access to the <a href='https://developers.google.com/maps/documentation/javascript/reference/map#Map' target='_blank' rel='noreferrer'>map</a> instance, we recommend using `useMapContext` inside of `GoogleMap` component. (or you can using `ref`)
99
- **Currently we don't support SSR. Please use it with CSR only.**
1010

0 commit comments

Comments
 (0)