You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tuple type for the gtag function params contains only [fn: 'config', opt: 'reset'] which is the last definition in the GTag interface from the library 'third-party-capital'.
I wasn't able to reproduce it in stackblitz because the types didn't work at all. I've testet in the nuxt-script Playground.
🛠️ To reproduce
🌈 Expected behavior
Infer the correct types based on the first argument of the function.
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered:
🐛 The bug
The tuple type for the gtag function params contains only
[fn: 'config', opt: 'reset']
which is the last definition in the GTag interface from the library 'third-party-capital'.I wasn't able to reproduce it in stackblitz because the types didn't work at all. I've testet in the nuxt-script Playground.
🛠️ To reproduce
🌈 Expected behavior
Infer the correct types based on the first argument of the function.
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: