We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c140012 commit 2981d57Copy full SHA for 2981d57
src/components/ga4/EventBuilder/ValidateEvent/index.spec.tsx
@@ -47,7 +47,7 @@ const renderComponent = (props: Partial<ValidateEventProps> = {}) => {
47
parameters: [],
48
items: [],
49
userProperties: [],
50
- timestamp_micros: "",
+ timestamp_micros: undefined,
51
non_personalized_ads: false,
52
useTextBox: false,
53
payloadObj: [],
0 commit comments