The tasks table resize function is called via `this.$nextTick()`, which means that the component can actually already be unmounted by the time the actual function call is performed. This is now detected & handled.