We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342691b commit 9d0d8e1Copy full SHA for 9d0d8e1
src/components/GoogleAnalytics.tsx
@@ -7,7 +7,7 @@ const GA_MEASUREMENT_ID = "G-D2HKD61NJ1";
7
8
declare global {
9
interface Window {
10
- gtag: (...args: unknown[]) => void;
+ gtag?: (...args: unknown[]) => void;
11
}
12
13
0 commit comments