-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Re-sending a failed query #13
Comments
@raysarebest I'm happy to tell you a retry function was added several weeks ago. I have some pending issues to fix before pushing an making a final release. |
Well done |
Awesome! If you wouldn't mind commenting on this issue when it's available, I'd appreciate it 🙂 |
@raysarebest sure I will. And sorry for the delay, I recently moved to Norway so it took some time to fully settle in |
Ah wow yeah, that's quite a move. I've lived in Stockholm for a few months before, so I know how weird Scandinavia can be if you're not used to it 😅Enjoy getting settling in, and take your time with the fix. Moves are stressful, especially international ones |
I've integrated the
Query
widget into my app, and it works just fine the first time it runs. However, I'd like to have a "try again" button if the query fails that would re-send the query. However, I can't figure out how to refresh/re-send a query. I've written the following code so far, and every time I hit "try again", I can seeBuilt event widget tree
printed to my console, but the query itself isn't re-sent:The text was updated successfully, but these errors were encountered: