We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
customData
Analytics.Provider
useAnalytics.subscribe()
No response
Hydrogen
2024.4.3
2.1.0
Per the docs, you can pass custom data into the Analytics.Provider like:
<Analytics.Provider cart={data.cart} shop={data.shop} consent={data.consent} customData={{foo: 'bar'}} >
That should populate the data.customData object in the useAnalytics subscribe events.
data.customData
useAnalytics
data.customData is undefined.
Bug confirmation: #1789 (comment)
The text was updated successfully, but these errors were encountered:
Thank you for creating an issue to track this.
Sorry, something went wrong.
wizardlyhel
Successfully merging a pull request may close this issue.
What is the location of your example repository?
No response
Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
2024.4.3
What version of Remix are you using?
2.1.0
Steps to Reproduce
Per the docs, you can pass custom data into the
Analytics.Provider
like:Expected Behavior
That should populate the
data.customData
object in theuseAnalytics
subscribe events.Actual Behavior
data.customData
is undefined.Bug confirmation: #1789 (comment)
The text was updated successfully, but these errors were encountered: