Skip to content
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

Documentation for many methods of View refer to a non-existent method #455

Closed
timboudreau opened this issue May 22, 2024 · 1 comment
Closed

Comments

@timboudreau
Copy link
Contributor

timboudreau commented May 22, 2024

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 from request_all() and friends?

@dzhou121
Copy link
Contributor

dzhou121 commented May 22, 2024

Yes you're right. The method was moved from app_state to ViewId.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants