queryFilter() immediately on page load yields empty results? #1931
Unanswered
teddywilson
asked this question in
Q&A
Replies: 1 comment
-
Can you include an example with network, contract addresses, ABI and block range you are using? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I am trying to convert my app from using polling-based mechanisms to events. Everything is working smoothly except for what seems to be some race condition when querying events right when a component is mounted. With a small delay, everything works as intended, but, without it, events which should be populated are empty at first (i.e., an empty array)?
Has anyone else ran into this issue? Any help would be much appreciated. Thanks for all the great work!
Beta Was this translation helpful? Give feedback.
All reactions