We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9d971 commit bd20a7dCopy full SHA for bd20a7d
README.md
@@ -34,6 +34,8 @@ function App() {
34
npm install react-google-map-wrapper # or yarn add react-google-map-wrapper or pnpm add react-google-map-wrapper
35
```
36
37
+> **If you're using React v18, please install version `1.0.7`.**
38
+
39
## Documentation
40
41
You can find the documentation [on the website.](https://pyjun01.github.io/react-google-map-wrapper)
docs/src/content/docs/docs/installation.mdx
@@ -25,6 +25,9 @@ pnpm install react-google-map-wrapper
25
</TabItem>
26
</Tabs>
27
28
29
30
31
> If you want to see a example before download? Try out the [basic example](/react-google-map-wrapper/docs/examples/basic).
32
33
### TypeScript
0 commit comments