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?