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
View
A lot of the methods of View contain the following line:
If the update needs other passes to run you're expected to call _cx.app_state_mut().request_changes.
_cx.app_state_mut().request_changes
There is no such method.
I think this might refer to a method on ViewId which is now crate-private but can be called indirectly from request_all() and friends?
ViewId
request_all()
The text was updated successfully, but these errors were encountered:
Yes you're right. The method was moved from app_state to ViewId.
Sorry, something went wrong.
No branches or pull requests
A lot of the methods of
View
contain the following line:If the update needs other passes to run you're expected to call
_cx.app_state_mut().request_changes
.There is no such method.
I think this might refer to a method on
ViewId
which is now crate-private but can be called indirectly fromrequest_all()
and friends?The text was updated successfully, but these errors were encountered: