Kevin McLaughlin
Kevin McLaughlin
When I use the latest ga4 plugin `@analytics/google-analytics` no matter what I do, it's always in debug mode in the GA4 debugger. Even if I explicitly set debug=false.
I have everything working with `use-select` except the search. When I use the `setSearch` function like so: ``` { setSearch(e.target.value); }} className="focus:ring-indigo-500 focus:border-indigo-500 block w-full pl-9 sm:text-sm border-gray-300 rounded-md" placeholder="Search"...
It's very common for other gtags (from universal analytics, google ads, etc) to already be loaded before analytics.js loads gtag. Before this fix, they would cause analytics.js not to load...