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
We’re using a ComponentDialog that contains a WaterfallDialog, sometimes, while we’re in a step in the WaterfallDialog we would want to replace the ComponentDialog and not the WaterfallDialog to remove the ComponentDialog from the stack and keep only the dialog we want to begin, to do that we’re using step.parent.replaceDialog.
Before R10 was released, the parent of the WaterfallStepContext was the DialogContext represented by the ComponentDialog, in the new version, the parent is the DialogContext represented by the WaterfallDialog.
Attached screenshots of the step.parent value of the different versions.
Versions
What package version of the SDK are you using: R11 signoff. Comparing to R10.
To Reproduce
Steps to reproduce the behavior: See use case above