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
fix: use window.gtag/window.clarity/window.dataLayer consistently
Replace bare gtag(), clarity(), and dataLayer identifiers with explicit
window.* references so consent updates work correctly regardless of
execution context (strict mode, bundlers, different script scopes).
0 commit comments