Christian Kaindl

Results 20 comments of Christian Kaindl

@piecyk > Hi, checked the PR and looks like better if we push this logic to adapters, as we can't know how the options are set there. > With this...

@piecyk Yes that would also work and scales better when new framework adapters are added over time. Then the only question is, if having to use `useCallback()` is acceptable API...

I am having a similar issue, in my case with Dialog. Clicking the Dialog trigger takes up to 1 second, depending on the size of the page. The larger the...

> It's more likely to be an issue with re-layout because of react-remove-scroll which restyles the body. You're right, that seems to be a big part of the problem, but...

> Have you tried with non-modal and not implementing any scroll locking? Non-modal without scroll locking is butter smooth (see below). > I'm also curious whether the upcoming [native scrollbar-gutter](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter)...

@andy-hook yes, sorry for not following up sooner. I did land on a solution that removes most if not all of the lag. This is what I currently do in...

If anyone comes across this issue, it can be easily fixed by using the [`parsePaste` prop](https://github.com/nadbm/react-datasheet#options) on the component, and pass it a modified version of [the default function](https://github.com/nadbm/react-datasheet/blob/b7bacff7e77925c91bc8b8f3dfbdbb59c8107653/src/DataSheet.js#L32) with...

Just ran into this issue, would be good to at least document how Typesense is supposed to be used with TypeScript. The import path is not at all obvious and...

I have since switched to Ariakit, so other than my workarounds mentioned here https://github.com/radix-ui/primitives/issues/1634#issuecomment-1296698480 I don't have any other solutions.

> It is possible to make this work at the moment by setting the VIRTUAL_ENV environment variable when running sst start but this only works if you have just one...