Michael Flohr

Results 7 comments of Michael Flohr

I have also a type problem with the older TypeScript version. Is it possible to manually set the TypeScript version that the editor uses in the frontend or update the...

Would be very useful.

The problem still exists and confused me when reading the documentation.

In my use case, I could solve the scroll lag when I added the following to the table container: ```css .container { // ... contain: 'paint', will-change: 'transform', } ```

@piecyk It would be great if the Tanstack team could figure out why the CSS property is necessary? For me, the lagging only occurred after I revised and refactored our...

Thank you. During the test I noticed that the lagging in Edge was much less, even without the CSS property. This confirms that it could have something to do with...

Thank you for all your thoughts @mio-moto . Do you have a full code example in which your optimizations can be better understood? I don't understand your `onChange` patching. For...