Column Virtualization crashes the entire page when Edge (Chromium) Dev tools are opened #970
                  
                    
                      KevinVandy
                    
                  
                
                  started this conversation in
                General
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I'm creating this discussion just to see if anyone else ever runs into this. If so, I'll have to take it more seriously.
This only happens sparingly, and as far as I can tell, it also does not seem to happen at in all changing view port width events. Sometimes in local development, and maybe in production, clicking "Inspect Element" on a table that has column virtualization enabled causes the web page to crash.
I have only seen this happen in Microsoft Edge on MacOS though. (I know, make fun of me). Safari and Chrome seem to be fine.
Changing the width of the browser window does not cause any crashes for me, so hopefully the chances of this happening for anyone in production are near 0.
If this is a bug with TanStack Virtual
measureElement, that would be unfortunate, but probably fixable.If this is a bug with having too many CSS vars declared on an element (
<table>), that would be funny, but even more unfortunate., as the column sizing features rely on that.material-react-table v: 2.10.0
Beta Was this translation helpful? Give feedback.
All reactions