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
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?
The text was updated successfully, but these errors were encountered:
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 componentconst DedicatedHomeView = () => {}
definition and maybe in theReact.useEffect(() => {, []}
? SO it called once on page / component load?The text was updated successfully, but these errors were encountered: