diff --git a/packages/third-parties/src/google/ga.tsx b/packages/third-parties/src/google/ga.tsx index 448325a4aeb59..d2f0779e6e4cc 100644 --- a/packages/third-parties/src/google/ga.tsx +++ b/packages/third-parties/src/google/ga.tsx @@ -61,7 +61,7 @@ export const sendGAEvent = (...args: Object[]) => { } if (window[currDataLayerName]) { - window[currDataLayerName].push(...args) + window[currDataLayerName].push(args) } else { console.warn( `@next/third-parties: GA dataLayer ${currDataLayerName} does not exist`