Replies: 2 comments 4 replies
-
Now my best solution is:
resetResult also called when call childFactory |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you can just pass a callback to your |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I try create common input text dialog and return result to called component.
InputDialog:
RootComponent:
But I don’t get the result because when the message arrives, the component is not yet in the resumed state. How i can fix it? Mb replace _inputResult.tryEmit to _inputResult.emit?
Beta Was this translation helpful? Give feedback.
All reactions