Alexander Angelov
Alexander Angelov
I have a similar issue when using with Vue CLI 3.
I am have the same observation as @daigo75. Adding `WithTranslation` manually to `I` definition fixes the issue to some extent. **Update**: Make sure not to use `any` as a return...
+1 Adding support for Partytown is fairly straightforward. It's a matter of setting a special type for the gtag script and notifying Partytown. ```javascript export const load = (url, options...
I have also been experiencing this for a while. The HMR in a Vue project is very inconsistent and a change usually breaks the app, requiring a full reload.
I will prepare a demo.