Annalise Davis
Annalise Davis
Is there a suitable workaround for this? I am currently having to type my object as any: ```ts interface IQuestionnaire { questions: IQuestionnaireQuestion[] //having to change this to any }...
Hi, I am facing this issue as well. Any workaround for this or do we just have to pass in the prefix to the query ourselves?
I am facing the same issue
Hi, thanks so much for the reply! I will upgrade to the latest version and try this out.
### Suggested fix, in filterOnEventType: **Remove .join() in the isArray else statement** **Change this code:** ``` export const filterOnEventType = (rule, uow) => { if (typeof rule.eventType === 'string') {...