This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Open
Description
I am using package react-cookie-consent to display cookies footer with buttons "Accept cookies" or "Decline" what I want is to initialize cookies ReactGA.initialize("unique tracking")
on button click not directly in App.tsx. When I added that functionality kind of works but on refresh I am getting warning all the time: [react-ga] ReactGA.initialize must be called first or GoogleAnalytics should be loaded manually
. I don't want to initialize cookies straight away, only when user clicks Accept cookies button. Is there a way to remove warning?
Metadata
Assignees
Labels
No labels