StartTime and endTime in responsive

When I add startTime and endTime in repsonsive, everything breaks

I used code from here React Scheduler Responsive behavior Example | Mobiscroll

Hi @Sergey :wave:

I was not able to reproduce this issue.

I tried with this demo and added the startTime and endTime options but, the demo worked for me as expected.

For example:

responsive: {
xsmall: {
view: { schedule: { type: 'day', startTime: '09:00', endTime: '17:00' } }
},

custom: { // Custom breakpoint breakpoint: 600,
view: { schedule: { type: 'week', startTime: '09:00', endTime: '17:00' } }
}
}