Gelu Timoficiuc
Gelu Timoficiuc
> @hernanponcetta's version works fine but breaks scrolling on the elements. > > Using this keeps the scroll, but has a performance impact on scrolling (from what I understand, though...
a bit late, but did you manage to figure this out? I am struggling with a similar case
A note that I have a similar issue with not-so-common semantic versions. I have a package depending on react `"react": ">=16.8.0 < 18"` but when things are resolved at runtime...
I think you're right that it was fixed - I just added a failing test in `5.68.0` and seems to not fail in `5.69.0` :) will try it out in...
Seems to be working well, thanks for pointing it out! 👍
The simplest use case is to use it with elm-css. At the moment this is quite inconvenient.
@pfgray first of all thank you for this package! I miss proper adts in ts. Regarding the generics issue in the io-ts approach: I think they have an example where...