DAN YOSEF BRIMA

Results 8 comments of DAN YOSEF BRIMA

``` import vue from "@vitejs/plugin-vue"; import { defineConfig } from "vite"; export default defineConfig({ plugins: [vue()], resolve: { dedupe: ["vue"] }, }); ``` make sure this is your vite config...

From my experience, it happens because one of the parameters passed to the map is somehow wrong

You have to have the 'onMessageReceived' prop, otherwise the map won't show. As for your first comment, try removing every prop exect for 'onMessageReceived', and then add one prop at...

I would like to help. I looked at the source code, and if you would explain hot to fork this library I will be able to do it

Hey! Is there anything that needs to be done in order to approve this pr?