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
Not sure if this actually happens, but when we render a Quasar SSR it may be possible we are firing a page view event, which may then be fired again when executing the app on the client side
In this case, we probably want to avoid executing the tracking script on server and only execute it when on the client
This can be done by adding another short circuit condition here:
Not sure if this actually happens, but when we render a Quasar SSR it may be possible we are firing a page view event, which may then be fired again when executing the app on the client side
In this case, we probably want to avoid executing the tracking script on server and only execute it when on the client
This can be done by adding another short circuit condition here:
quasar-app-extension-tracking/src/shared.ts
Line 11 in fc8b7a0
The text was updated successfully, but these errors were encountered: