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(🐛): fix bug where unmounted canvases would be drawn as empty #2929

Merged
merged 3 commits into from
Jan 29, 2025

Conversation

wcandillon
Copy link
Contributor

@wcandillon wcandillon commented Jan 29, 2025

When we unmount the reconciler receives a null updates that triggers the container to do an empty drawing. We want to avoid that. This exact behavior was dealt with in the old reconciler but I forgot to add it to the new one. Thank you @terrysahaidak for catching this.

@wcandillon wcandillon changed the title fix(🐛): fix bug where unmounted canvases would be drawn fix(🐛): fix bug where unmounted canvases would be drawn as empty Jan 29, 2025
@terrysahaidak
Copy link
Contributor

Tried this patch in our app. All works as expected now! Thanks!

@wcandillon wcandillon merged commit 815051b into main Jan 29, 2025
8 checks passed
Copy link
Contributor

🎉 This PR is included in version 1.11.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants