Vinardo

Results 7 comments of Vinardo

Hmmm, I didn't notice that, though that was already there before I made the changes. Does the working version not have that line?

Sorry about that. I'll leave this PR here unless my PR that may have broke the functionality is reverted, or you made a working PR. Thanks.

Sorry for the late reply. I was busy preparing my thesis. Seems like I overlooked this, as I've never used disconnect() and reconnect(). It seems like the queue needs to...

@phatpaul I've made a PR: #707 But unfortunately, I cannot fully test your code. connect() with `autoConnect: true` failed on my end. reconnect() also fails with `autoConnect: false`. Bonding first...

I'm facing the same problem. The weird thing is it's only in production. I added `transition-delay: 0.2s;` to tbody and the problem seemed to go away, at least for the...

I found a better workaround. First, create three refs: ``` const dataTableRef = useRef(null); // DataTable ref const startScrollIndex = useRef(0); const endScrollIndex = useRef(0); ``` Put itemSize into a...

Hello @davidofwatkins and others that may have been affected by this issue. I'm deeply sorry for the problems that my commit may have caused. It seems that the cause is...