tomzacchia

Results 4 comments of tomzacchia

Same here Chrome `Version 111.0.5563.146 (Official Build) (arm64)`. I'll install and wrap my app in `SWRDevTools` since there was mention that [it doesn't affect performance](https://github.com/koba04/swr-devtools/issues/111#issuecomment-1361535522) even if its included in...

@koba04 i installed latest. I opened the devtools while on the [demo page](https://swr-devtools.vercel.app/) and the extension fallsback to the default message > Open SWRDevTools on the page using SWR.

@agusmakmun do you have a working example? When `itemHeight` prop is not defined it doesn't virtualize the node list.

@naderm @edencorbin I ran into a similar problem when my Tree had ~6K nodes. Did you pass in the `height` and `itemHeight` props? I noticed that enabling `virtual` had no...