David Arutyunyan
David Arutyunyan
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I'm having trouble when using `ModalProps`...
Here how it looks https://github.com/JustFly1984/react-google-maps-api/assets/17799810/79e8eba7-c1d7-4966-9dfb-dbcb37642d48 I have an `onClick` handler on `GoogleMap` components, and it's not triggered on desktop version, but on mobile for some reason ```tsx return ( {children}...
Hi! Thanks for great extension, loving it ❤️ Just want to note that when clicking `Edit Code` button with nothing selected a `VSCode` error popup will appear. I think can...
`prettier-eslint` comes with dependency [`@typescript-eslint/parser@^6.7.5`](https://github.com/prettier/prettier-eslint/blob/master/package.json#L36C6-L36C31), thus it doesn't support latest typescript release. `@typescript-eslint/parser` has added typescript 5.5 support in [v7.14.1](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1). Will this package be updated?