Subscribing to a news letter #2425
Unanswered
almaraz333
asked this question in
Help
Replies: 1 comment 4 replies
-
Sounds like you're trying to perform a mutation while rendering your server components. Back before Hydrogen 2.0 was announced, the Hydrogen team built a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create an input for a use to enter their email and subscribe to an email.
I'm currently using Grapgql to send a mutation for
customerCreate
with theuseShopQuery
hook. This seems to be having some issues and I'm wondering if there is a better way? The hook is being called infinitely and returning errors. For reference here is the code:Beta Was this translation helpful? Give feedback.
All reactions