-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Shopify Analytics #1333
feat: Shopify Analytics #1333
Conversation
✅ Deploy Preview for starter-dev canceled.
|
✅ Deploy Preview for shopify-next-tailwind ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -0,0 +1,51 @@ | |||
'use client'; | |||
|
|||
import { useShopifyCookies } from '@shopify/hydrogen-react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can put this inside the import at line 6. otherwise we import the package 2 times.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super PR! LGTM 🚀
Hi @markshenouda. 👋 Your PR has been approved and merged. 🎉 Thank you for your continued contributions to starter.dev. ❤️ Keep up the great work! |
Type of change
Summary of change
Checklist