You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every sample uses "replace dialog" correctly except for sample 43 which erroneously replaces a waterfall dialog with the waterfall dialog's parent, a component dialog. Our samples should demonstrate that dialogs should only replace other dialogs that are meant to be on the same "level" which is to say in the same set/stack/context.
There is no discernible faulty behavior when running the sample as-is, but the internal inconsistency in how the dialog stack is managed can cause problems if this sample is used as a starting point as this customer discovered.
Expected behavior
The waterfall dialog should replace itself either by using its ID directly or by referencing the component dialog's initial dialog ID.
[bug]
The text was updated successfully, but these errors were encountered:
Sample information
Describe the bug
Every sample uses "replace dialog" correctly except for sample 43 which erroneously replaces a waterfall dialog with the waterfall dialog's parent, a component dialog. Our samples should demonstrate that dialogs should only replace other dialogs that are meant to be on the same "level" which is to say in the same set/stack/context.
C#
Node.js
Python
There is no discernible faulty behavior when running the sample as-is, but the internal inconsistency in how the dialog stack is managed can cause problems if this sample is used as a starting point as this customer discovered.
Expected behavior
The waterfall dialog should replace itself either by using its ID directly or by referencing the component dialog's initial dialog ID.
[bug]
The text was updated successfully, but these errors were encountered: