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
List-type question is displayed. After selecting the user's choice, the ? question-1 one is rendered.
Next question is asked. At this point, on-screen, you have the Q1 line above, and the Q2 prompt. As soon as you hit 'enter' to accept your Q2 choice, it re-renders ? question-1 one followed by ? question-2 two, and it is only at this point that the ? question-1 one line has been duplicated.
Again, at the point that Q3 is asked, you see ? question-1 one, then ? question-1 one, then ? question-2 two, then the active prompt-line for Q3. Once Q3 has been answered, it will then re-render again ? question-1 one followed by ? question-3 three, resulting in the state seen in the above screenshot.
The text was updated successfully, but these errors were encountered:
code to reproduce:
Under v1.1.0:

Under v1.1.1:

The flow goes something like this:
? question-1 one
is rendered.? question-1 one
followed by? question-2 two
, and it is only at this point that the? question-1 one
line has been duplicated.? question-1 one
, then? question-1 one
, then? question-2 two
, then the active prompt-line for Q3. Once Q3 has been answered, it will then re-render again? question-1 one
followed by? question-3 three
, resulting in the state seen in the above screenshot.The text was updated successfully, but these errors were encountered: