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

fix #42: disposed widgets were not removed from contexts of InViewState #45

Merged
merged 1 commit into from Dec 28, 2021

Conversation

SteepSheep
Copy link

Builders that use generating Widgets automatically dispose widgets when not visible. This leads to the contexts having widgets that currently are not part of the render tree. To prevent this the widgets should be stateful and remove themselves when they are disposed

@inc16sec
Copy link

I can confirm that this solution is working just fine. Thank you @SteepSheep for your amazing work.

@rvamsikrishna rvamsikrishna merged commit 130513b into rvamsikrishna:master Dec 28, 2021
@rvamsikrishna
Copy link
Owner

Thank you @SteepSheep for the PR👏🙌

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

Successfully merging this pull request may close these issues.

None yet

3 participants