-
Notifications
You must be signed in to change notification settings - Fork 50
Update instance removal logic on component unmount #153
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
5b447ef
to
552c9e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the prompt update! I've tested this in my minimal sandbox, the official example and the app I'm using the lib for and it appears to resolve the issue in all cases
Co-authored-by: Joseph Horton <josephhorton95@gmail.com>
836256f
to
f6c200e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamesrweb I've tested the fix using a minimal sandbox from @jhrtn and everything works as expected.
The only thing that can be improved is the unification of the mentioned variable name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @jamesrweb! 🚢
Fixes #142
Proposed Changes
Additional notes
Please await a review from @jhrtn before merging.
Relates to the #145