-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank table when resizing columns #3941
Comments
I'm not able to repro this in Chrome 79.0.3945.130 or Firefox 72.0.2 on macOS Mojave... do you have a screenshot or gif/video of the problem? |
I was able to replicate this issue on our project in both Chrome and Firefox so I don't think it's browser specific. I have tried adjusting the |
Also, as per my example and the one from @waltonseymour I notice that the first 4 columns remain rendered. Perhaps this is coincidence. 🤷 |
I have the same issue with resizing. I'm able to repeat this bug in chrome 83.0.4103 and safari 13.1.1. Also only 4 columns are visible after resize and others are gone until I scroll the page. |
It sounds like this is connected to all the other lifecycle bugs in |
I made a bug demo in a codesandbox. https://codesandbox.io/s/blueprint-table-bug-s167l?file=/src/App.tsx |
Also having this issue and the workaround works for me too, thanks! |
Since 3.7 now causes lifecycle warnings in the current stable React, I ended up coming up with a workaround that worked in my use case: |
Hey @adidahiya it looks like this was meant to be closed with #4884 but didn't get picked up since it closed 2 issues. I'm not able to reproduce like seen in the gifs above at https://blueprintjs.com/docs/#table/features 🎉 |
Environment
If possible, link to a minimal repro (fork this code sandbox): You can repro on one of your examples: https://blueprintjs.com/docs/#table/features.freezing
Steps to reproduce
Actual behavior
Table goes white
Expected behavior
Table renders cell data
Possible solution
Not quite sure why this is happening yet, still trying to dig. Other examples on your site are rendering correctly after the resize, so I'll have to try and figure out what's different
The text was updated successfully, but these errors were encountered: