Any native way to identify that we’re in a destroy...
# typescript
b
Any native way to identify that we’re in a destroy phase other than setting a stack config to track it
l
Is your code even run during destroy phase? I don't think it is. There's no need for it to be. All that's needed is the stack.
b
Ah right, of course!