Providing patch to reduce effects of race condition on a debounced reactive form listener. The dialog component modal closing is causing the transcluded component to destroy its subscriptions. This gives it 500 seconds to reset before closing. Which is yet another hardcoded value but matches the debounce.
Description
Providing patch to reduce effects of race condition on a debounced reactive form listener. The dialog component modal closing is causing the transcluded component to destroy its subscriptions. This gives it 500 seconds to reset before closing. Which is yet another hardcoded value but matches the debounce.