Skip to content

Commit

Permalink
Update package lock and fix react warning (#1227)
Browse files Browse the repository at this point in the history
* update package lock

* fix react warning
  • Loading branch information
wizardlyhel authored Aug 14, 2023
1 parent bdac4c2 commit 589b207
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/demo-store/app/hooks/usePageAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ export function usePageAnalytics({hasUserConsent}: {hasUserConsent: boolean}) {
...data,
hasUserConsent,
} as unknown as ShopifyPageViewPayload;
}, [matches]);
}, [matches, hasUserConsent]);
}

0 comments on commit 589b207

Please sign in to comment.