Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use willDestroy() instead of destroy(). (#211)
Previous implementation did not call super.destroy() which means potentially some of super class functionality was not executed. From lifecycle perspective willDestroy() is better suited for teardown.
- Loading branch information