react-gtm-ts
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -30,3 +30,3 @@ "use strict"; | ||
var GTMInit = ({ GTMCode }) => { | ||
if (typeof window !== "undefined") | ||
if (typeof window === "undefined") | ||
return; | ||
@@ -45,3 +45,3 @@ const elScript = document.createElement("script"); | ||
var GTMAction = ({ event, ...more }) => { | ||
if (typeof document !== "undefined") | ||
if (typeof window === "undefined") | ||
return; | ||
@@ -48,0 +48,0 @@ window.dataLayer.push({ |
@@ -5,3 +5,3 @@ { | ||
"license": "ISC", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"main": "./dist/index.js", | ||
@@ -8,0 +8,0 @@ "module": "./dist/index.mjs", |
Sorry, the diff of this file is not supported yet
4559