gohomewho
gohomewho
I add `setTimeout` as a workaround. I didn't have this issue with an older vue3 version. ```js onMounted(() => { setTimeout(() => { const map = new svgMap({ // ......
Thank you for your reply. I have made a minimal reproduction. It only happens in production mode, so I create a repo. deployed on netlify: https://627b815fb6efcf54792e9b00--splendid-tulumba-1cb97b.netlify.app/ https://user-images.githubusercontent.com/51456572/167750578-30c91a62-c2d4-473b-8e57-15cd54c9a860.mp4 1. git clone...
@tugcekucukoglu Hi, I have added the reproduction.
Sorry that I forgot one step. You need to `npm run build` first to be able to `npm run preview`.
Hi, could you increase the value of `--wght: 10;` to 100 or higher from the `Usage` section of Readme.md. I think it would be easier to get started. I was...
I upgrade vite from `2.6.14` to `2.7.12` and have this problem too. I have upgraded my node.js to 16.13.2. When I downgrade vite to `2.6.14`, it reloads a few times...