We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a [state, setState] couple from useState.
setState works fine in the first call, but after an 'await someAsyncFunction' it doesn't work anymore.
I know flutter warns of using context across async gaps, so this may be similar
Discord message: _I have a [state, setState] couple from useState.
I know flutter warns of using context across async gaps, so this may be similar_
Message author: odedbendov
Discord link: https://discord.com/channels/1050224141732687912/1311724352160665661/1311724352160665661
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Details
I have a [state, setState] couple from useState.
setState works fine in the first call, but after an 'await someAsyncFunction' it doesn't work anymore.
I know flutter warns of using context across async gaps, so this may be similar
Additional info
Discord message: _I have a [state, setState] couple from useState.
setState works fine in the first call, but after an 'await someAsyncFunction' it doesn't work anymore.
I know flutter warns of using context across async gaps, so this may be similar_
Message author: odedbendov
Discord link: https://discord.com/channels/1050224141732687912/1311724352160665661/1311724352160665661
The text was updated successfully, but these errors were encountered: