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

Object generating expression fields cause cyclical evaluations #1150

Closed
Skaiir opened this issue Apr 14, 2024 · 0 comments · Fixed by #1152
Closed

Object generating expression fields cause cyclical evaluations #1150

Skaiir opened this issue Apr 14, 2024 · 0 comments · Fixed by #1152
Assignees
Labels
bug Something isn't working

Comments

@Skaiir
Copy link
Contributor

Skaiir commented Apr 14, 2024

Describe the Bug

When we define an expression that results in an object, it causes an infinite loop of evaluation.

Steps to Reproduce

  1. build a form with at least two onChange expression components where the expressions evaluate to objects
  2. put a breakpoint in the onChange event listener in the expression component
  3. the event listener executes forever

Expected Behavior

  1. the event listener should not execute multiple times
@Skaiir Skaiir added the bug Something isn't working label Apr 14, 2024
@Skaiir Skaiir self-assigned this Apr 14, 2024
@Skaiir Skaiir added the in progress Currently worked on label Apr 14, 2024
Skaiir added a commit that referenced this issue Apr 14, 2024
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Apr 14, 2024
Skaiir added a commit that referenced this issue Apr 14, 2024
Skaiir added a commit that referenced this issue Apr 14, 2024
Skaiir added a commit that referenced this issue Apr 14, 2024
Skaiir added a commit that referenced this issue Apr 15, 2024
@Skaiir Skaiir closed this as completed Apr 15, 2024
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Apr 15, 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

Successfully merging a pull request may close this issue.

1 participant