[REACT] Race condition with scroll buttons when data changes
Posted: Wed Sep 03, 2025 1:35 pm
by jimmycallin
Hi!
We've noticed a race condition issue with scroll buttons, that seem to happen intermittently. I've recorded a video and provided the example code.
As this cause the scheduler to become non-functional and happens fairly often when used, it's would be great if you had a workaround to avoid this.
Thank you.
Re: [REACT] Race condition with scroll buttons when data changes
Posted: Wed Sep 03, 2025 1:52 pm
by tasnim
Hi there,
I've downloaded your test case! Could you please share the steps that I should follow to reproduce the issue you're facing?
By the way, I don't see any video attached!
Re: [REACT] Race condition with scroll buttons when data changes
I've downloaded your test case! Could you please share the steps that I should follow to reproduce the issue you're facing?
By the way, I don't see any video attached!
Hi, my bad, I added the video now. It should explain how you can reproduce it.
To start the demo app:
npm install && npm run dev
Let me know if you still have questions. Thanks again.
Re: [REACT] Race condition with scroll buttons when data changes