Ben Koren

Results 3 comments of Ben Koren

I'm having the same problem using in the @Body as well. is it the same problem?

Getting the same error but I'm using API key for chatGPT 3.5 not sure if it is related (will it even work with 3.5?)

Having the same problem: - causes infinite loop **Maximum update depth exceeded** ``` typescript const setDateFromMainCalendar = (dates: DatesSetArg): void => { const newGivenDates = { fromDate: dates.start.toLocaleDateString(), toDate: dates.end.toLocaleDateString(),...