-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate the google-maps-react with Typescript config #477
Comments
I simply put ex: <Marker
/** @ts-ignore */
position={position}
draggable={true}
/> there are some pull request on #443 but never get any update from author. |
@pedox Thanks a lot you have saved my day. it's working fine. the result I have shared with you. it will help for others too. see below |
Thanks lot.
…On Thu, Sep 17, 2020 at 11:51 AM Naufal Fadhil ***@***.***> wrote:
I simply put /** @ts-ignore */ above every props to skip type checking.
ex:
<Marker
/** @ts-ignore */
position={position}
draggable={true}
/>
there are some pull request on #443
<#443> but
never get any update from author.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#477 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALX6UCXXNV4KELFNCACES3DSGGTGTANCNFSM4RPROHLA>
.
--
Thanks.
|
The issue has resolved I have attached my code what I have written. so hopefully this will help others too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Am trying to Integrate the google-maps-react with Typescript config always am getting the props error like zoom is not there. I have to take a look at that props attributes are not there in that Map, Markers could you help me out, please. "google-maps-react": "^2.0.6",
The text was updated successfully, but these errors were encountered: