-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 11.3.0
-
Component/s: Configuration
-
Severity 3 - Minor
Issue Summary
On editing an automation rule, a blank screen was displayed and "Cannot read properties of undefined (reading 'children')" error was observed in the browser console.
Steps to Reproduce
1. Navigate to "Project settings⚙️" > "Automation"
2. Click "Create rule"
3. Add a trigger (any type of trigger is okay)
4. Select "New condition" > "If / else block", then add a condition (any condition is okay)
5. Add a new action (any action is okay)
6. Publish the rule, then go back to the automation rule list window
7. Click the rule created above
8. Click the condition "If: matches" to edit (but no need to change)
9. Click the trigger "When: xxxx" to edit
Expected Results
The trigger editing window is displayed.
Actual Results
Nothing were displayed.
The following stack trace was displayed on the browser console.
Uncaught TypeError: Cannot read properties of undefined (reading 'children') at batch.js?locale=en-US:13124:1664568 at n.mapToProps (batch.js?locale=en-US:13124:1674534) at n (batch.js?locale=en-US:13124:627593) at batch.js?locale=en-US:13124:627200 at batch.js?locale=en-US:13124:627246 at batch.js?locale=en-US:13124:627251 at Object.b (batch.js?locale=en-US:13124:633259) at Object.i [as callback] (batch.js?locale=en-US:13124:628128) at batch.js?locale=en-US:13124:628296 at Object.notify (batch.js?locale=en-US:13124:628317)
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
- links to