I opened an issue here https://github.com/FlutterFlow/flutterflow-issues/issues/3743
but wanted to see if anyone in the community had any insights.
You can read the detailed version on github, but essentially if my API call's JSON body's array is length <= 1 then the action flow seems to perpetually "await" the action where the api call is made. You can see the action I am using to set the returned array to my component state in the github issue. Does anyone know what would cause this? It only appears to be an issue when I am working in the application. The API test response page seems to work fine, so I believe there is some issue with how I am setting the component state.