RootCauseunvalidated
The `getMenuItems` action doesn't return anything other than the implicit Promise object — the function is declared `async`. Tension: it immediately resolves to `undefined` because nothing is waited on.
affa3d82-48e0-4836-953d-c10af5e251f8
The getMenuItems action doesn't return anything other than the implicit Promise object — the function is declared async. Tension: it immediately resolves to undefined because nothing is waited on.