Premium support for our pure JavaScript UI components


Post by pzs »

Hi,

I'd like to report a bug: if we assign the event to a new resource and assign it back immediately, then we get "Uncaught InternalError: too much recursion" error.

How to reproduce:

  • open basic demo: https://bryntum.com/examples/scheduler/basic/
  • run in console:
    let e = scheduler.eventStore.getAt(0); e.set('resourceId', 'r2'); e.set('resourceId', 'r1');
    
    And then you can see the "Uncaught InternalError: too much recursion" error.

Note:

  • we're using Scheduler 4.2.5 with React,
  • if we use "await setAsync()", then it works

Thanks,


Post by mats »

Reproduced: https://github.com/bryntum/support/issues/3467

Thanks for reporting!


Post by pzs »

Is there any update? Thanks!


Post by tasnim »

Hi,
Thank you for your question, we will consider it for 5.2.x release. Please subscribe to the ticket so that it will notify you when it fixes.

Best of luck :),
Tasnim


Post by pzs »

It seems it's fixed in SchedulerPro 5.2.1


Post Reply