vue-google-maps
vue-google-maps copied to clipboard
[Vue warn]: Wrong type passed as event handler to onClass - did you forget @ or : in front of your prop? Expected function or array of functions, received type string.
I'm using it with nuxt3 and its giving a weird warnings related client-side. I've also tried it inside <client-only> but not working.
Getting two kind of warnings in console
[Vue warn]: Wrong type passed as event handler to onClass - did you forget @ or : in front of your prop? Expected function or array of functions, received type string.
Can anyone please help me out in this ?
Thanks in Advance.
Any updates on this issue ?
any one know what this error about?
Wrong type passed as event handler to onId - did you forget @ or : in front of your prop?
Expected function or array of functions, received type string.
at <Autocomplete id="gmapAutocomplete" ref="mapAutocomplete" class="mb-3 flk-input pl-7" ... >