You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building an Ionic app using React. I import the google maps plugin fine, but when I try to add the google maps component I am getting a TypeScript error.
Property 'capacitor-google-map' does not exist on type 'JSX.IntrinsicElements'.ts(2339)
The plugin is installed and I was able to find the type definitions. What could the problem be?