Any news about this bug? I have a similar issue in my project.
I have a custom selector that consumes a API, and sometimes this errors appears.
This is an example of response:
{
hits: [
{
"id": "79890006",
"displayName": "Anorexia",
"description": "Loss of appetite (finding)"
},
{
"id": "81492003",
"displayName": "Mood anorexia",
"description": "Mood anorexia (finding)"
},
{
"id": "56882008",
"displayName": "Anorexia nervosa",
"description": "Anorexia nervosa (disorder)"
},
{
"id": "249468005",
"displayName": "Anorexia symptom",
"description": "Anorexia symptom (finding)"
},
{
"id": "371141007",
"displayName": "Anorexiant agent",
"description": "Medicinal product acting as anorexiant agent (product)"
}
],
total: 5,
count: 5
}