Joe Alden
Joe Alden
@Eliav2 is there any update you can give on the progress of v3? I'm also wanting to access the underlying `` via a ref, as I'm needing to animate an...
> When considering whether or not adding lodash as dependency, I actually created production builds (using CRA, which uses webpack) with and without lodash. The difference was about 2-3k in...
@flashnt this would probably be better as a discussion: https://github.com/Eliav2/react-xarrows/discussions
Could you please try updating your `react-native` dependency to 0.69.0+? This being because 0.69 is the 1st version to properly support React 18, so the fact that you are depending...
@kenchoong to give some more context on why the error occurs, it'll be because v4 makes use of the `useSyncExternalStore` hook that was introduced in React 18, but (I believe)...
I believe this can be closed now that https://github.com/sindresorhus/type-fest/pull/431 has been merged?
@sindresorhus from my understanding, omitting the 2nd type argument in `RequireAtLeastOne` is the same as specifying all the keys of the object passed in as the 1st type argument, so...
@sindresorhus do you think this type needs to deal with optionality? We have the following type in our codebase at work: ```ts type SetNonNullable< BaseType, KeysToSet extends keyof BaseType =...
I believe this can be closed now that https://github.com/sindresorhus/type-fest/pull/431 has been merged?
@hinok do you think we could get a new version published sometime soon? I know you mentioned in https://github.com/hinok/react-router-last-location/pull/57#issuecomment-903268891 that you wanted to do some cleanup on the recently made...