We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating two consecutive states with invocations, the second state's transitions are titled with previous invocation function name.
See machine https://stately.ai/registry/editor/6a838d70-ccba-4895-829f-4865835a7449?mode=design&machineId=83ae58cb-fa96-4c08-a673-e5e569978471
The second transition must be invokeSecond, not invokeFirst.
invokeSecond
invokeFirst
Proper invocation title shown.
Previous invocation title shown.
Chrome
The code of the machine seems to be correct so it's a studio display issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When creating two consecutive states with invocations, the second state's transitions are titled with previous invocation function name.
See machine https://stately.ai/registry/editor/6a838d70-ccba-4895-829f-4865835a7449?mode=design&machineId=83ae58cb-fa96-4c08-a673-e5e569978471
The second transition must be
invokeSecond
, notinvokeFirst
.Expected result
Proper invocation title shown.
Actual result
Previous invocation title shown.
Which browsers are you seeing the problem on?
Chrome
Additional details
The code of the machine seems to be correct so it's a studio display issue.
The text was updated successfully, but these errors were encountered: