Richard Willis

Results 80 comments of Richard Willis

@derrickmehaffy Yes I just created that forum post. Is this an automated message? (It's not clear.)

While `T` might be acceptable when only one generic is used, things get out of hand when multiple generics are used, and i've see people use `T`,`U`,`D` etc which is...

I've submitted a PR to fix this: https://github.com/TanStack/react-location/pull/290

You can use npm 7 overrides: ```json "overrides": { "@tanstack/react-location-devtools": { "@tanstack/react-location": "^3.7.4" } }, ``` In addition to this, [the docs](https://react-location.tanstack.com/tools/devtools) are really confusing, as they state: `No need...

Ok then, but I can't for the life of me get mocking to work when using `@jest/globals`. In the same `examples/ts-only` directory: Example test file: ```ts import {jest} from '@jest/globals';...

If that's the case do you think the ts-jest documentation related to ESM support should call this out? I don't really see a point in using the esm transformers if...

> Perhaps a note about missing ESM features which leads users to Jest documentation is better. I personally think this would be helpful. If you read the docs page at...

Related to https://github.com/emotion-js/emotion/issues/1543#issuecomment-867583957, I wonder if this issue can be revisited now that RNW has changed it's `Stylesheet.create` implementation to match RN, see release [0.18.0](https://github.com/necolas/react-native-web/releases/tag/0.18.0)

We need https://github.com/lelandrichardson/react-primitives/pull/148 merged before we can support RNW 0.18 in order to fix the number interpolation issue.

> I'm having the same issue in a react-native/react-native-web + react-query project using react-query version 4.29.7. Tried rolling back to 4.24.2 and I confirm that the issue is not present...