Url of experiment: part1_final [PsychoPy]
I have a routine titled mixed_2. This routine operates perfectly in isolation or even at the beginning of a long set of routines- but when placed after other routines i get the following error
* **TypeError: Cannot use 'in' operator to search for 'status' in 0**
in js component it corresponds to this line
for (const thisComponent of mixed_2Components)
if ('status' in thisComponent)
thisComponent.status = PsychoJS.Status.NOT_STARTED;
return Scheduler.Event.NEXT;
}
Does anyone have any suggestions for how to deal with this?
thanks so much
LS