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: prevent duplicate scripts on soft navigation (#29)
Introduce script `mode` property to control execution timing:
- "once": run only on first mount (gtag.js, analytics init)
- "on-params-change": run when template params change (config with user_id)
- "every-render": run on every navigation (page_view events)
Refactor client.tsx to use React components with proper lifecycle management
instead of imperative DOM manipulation.
Add e2e test for script mode behavior during soft navigation.
0 commit comments