useContractRead not returning key/value pairs after refresh #458
Unanswered
zawilliams
asked this question in
Q&A
Replies: 1 comment
-
This seems like a bug so I've opened an issue here instead: #460 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I was using
useContractWrite
to write something to my local Hardhat, and then refreshed the page which triggersuseContractRead
and noticed that first refresh I get the following (note the key/value pairs):And then I refresh the page again, and I get this (no key/value pairs):
Is there something obvious I'm missing as to why the key/value pairs disappear after a couple refreshes when I'm returning an array of structs?
Also not sure if this is an
ethers
issue or if it's awagmi
issue.Beta Was this translation helpful? Give feedback.
All reactions