I've encountered a console crash in the "local" tab with the following error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'handler')
at get children (index.c1f2b17c.js:275:89501)
at Array.uN (index.c1f2b17c.js:1:9105)
at Array.uN (index.c1f2b17c.js:1:9105)
at Object.fn (index.c1f2b17c.js:1:16341)
at rN (index.c1f2b17c.js:1:5243)
at Bu (index.c1f2b17c.js:1:5184)
at $t (index.c1f2b17c.js:1:1476)
at Ne (index.c1f2b17c.js:1:16316)
at Object.fn (index.c1f2b17c.js:1:21342)
at rN (index.c1f2b17c.js:1:5243)
I've encountered a console crash in the "local" tab with the following error:
This error occurs at these lines:
I encounter this error when starting the execution of a state machine. It's a rather simple state machine that triggers only one Lambda function.
I've noted that my Lambda function does not appear in the resources tab, and I suspect the error is related to this issue.
For your information, this works correctly on the old console.
I would like to add the following details about my stack: