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
Uh oh!
There was an error while loading. Please reload this page.
-
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
customerCreatewith theuseShopQueryhook. 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