Skip to content
New issue

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

Bug: Guard simulation cannot run normally #241

Open
1136665827 opened this issue Jul 24, 2024 · 0 comments
Open

Bug: Guard simulation cannot run normally #241

1136665827 opened this issue Jul 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@1136665827
Copy link

Description

{
  target: 'step2',
  guard: and([
    {
      type: 'checkStep',
      params: { step: 2 }
    },
    {
      type: 'combinationFist',
      params: { objName: 'xxxxx' }
    },
    'nowStepEqualParams'
  ])
},
{
  target: 'step5',
  guard: and([
    {
      type: 'checkStep',
      params: { step: 5 }
    },
    {
      type: 'combinationFist',
      params: { objName: 'xxxx' }
    },
    'nowStepEqualParams'
  ])
},

When I use Guard, an error message appears in the editor stating 'Found 2 guards named' inline: [id] '. Watt # start [-1] # guard ", simulation cannot run normally.

Expected result

image

Actual result

No matter which path I choose, it will jump to step 2。
image

Which browsers are you seeing the problem on?

No response

Additional details

No response

@1136665827 1136665827 added the bug Something isn't working label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant