Dhiraj Arun
Dhiraj Arun
> Example for [#1982 (comment)](https://github.com/mantinedev/mantine/issues/1982#issuecomment-1226433167) from page https://mantine.dev/core/select/#animations > > example.mov > Example for [#1982 (comment)](https://github.com/mantinedev/mantine/issues/1982#issuecomment-1226433167) from page https://mantine.dev/core/select/#animations > > example.mov Is this caused by the same issue?
I think this issue of docs, is only occurring for animation link
In the Select Demo when I remove transitionDuration or make it to 0 it fixes the issue.
> i can confirm that this is not how it should be :) > > Given that it gets worse with the number of queries, my best guess is that...
sure @pristas-peter
Not rendering DevToolPanel if closed solves the issue temporary. I tried adding React.memo to QueryRow and DevToolPanel Components, but it didn't fix the issue. re-renders are coming from uSES subscriptions,...
Hi @TkDodo what should I do?
I think even if you remove all the uSES subscriptions except the first one. It will cause the same problem with 400-500 queryRows.
@rtivital You said `size` prop should change fontSize, and there already `fontSize: MantineNumberSize` prop.