Rom Grk
Rom Grk
I can't reproduce with the codesandbox link above, page loads without error. Are you still observing the issue? If so, can you give more details?
It's working for me.  Maybe it's a macOS issue, @MBilalShafi or @cherniavskii would one of you be able to reproduce? If so, could you take the issue?
I can reproduce when resizing it up past a certain threshold. I'll add it to my task list.
I've been trying to reproduce further and I haven't been able to reproduce it locally (outside codesandbox) and even in codesandbox, I very rarely hit the issue. Do you have...
Do you have a use-case that showcases a performance issue with the current behavior? We did work to avoid many re-renders, we could do more but we've optimized the important/frequent...
If you can provide an example that showcases a performance degradation, that would help us prioritize the issue. We have been working on performance optimization but we tend to focus...
I have opened the PR linked above to fix the issue, but fwiw I think you should use the DOM APIs directly rather than changing the column. Add/remove an attribute...
@vsacom Have you considered opening an issue with preact? The component runs fine under react, and if there is a difference when run under preact I would tend to think...
No idea, I don't know what preact does and how it differs from react, and why it also differs in dev/prod modes. If you open an issue with them, they...
Thanks for the feedback. Out of curiosity, why would you not support `NaN` values? @vsacom I think I would consider this a bug in preact as it doesn't behaves the...