-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Seems like if you put
ReactGA.send({ hitType: "pageview", page: "/demo/dedicated", title: "dedicated dashboard page" }); outside of the page view (per route) it will update all the custom page views. Not sure this is a bug or do we need to put this call inside the component const DedicatedHomeView = () => {} definition and maybe in the React.useEffect(() => {, []}? SO it called once on page / component load?
Metadata
Metadata
Assignees
Labels
No labels