Replies: 3 comments 1 reply
-
|
Well that's not good. I tried to replicate the problem by building my own examples locally in vite, and then running vite serve, but cannot replicate the problem. Is this a recent bug for you? You could see if this happens while using MRT v2.1.0 to see if any of the recent performance optimizations have anything to do with it. If it still doesn't work back on that version, then I'm guessing there is something going on with your code. |
Beta Was this translation helpful? Give feedback.
-
|
@KevinVandy plugins: [ |
Beta Was this translation helpful? Give feedback.
-
|
I installed 2.5.2 and this works fine, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a wired bug.
The table is working fine locally, but after build with vite it has no rows rendered on the live website.
When resizing the browser window the rows will appear.
"material-react-table": "^2.11.1",
Vite: 4.5.2
after resize:

Beta Was this translation helpful? Give feedback.
All reactions