Ben Durrant

Results 58 comments of Ben Durrant

prettierrc doesn't specify an option, and the default has been LF since Prettier 2

@timdorr my concern with that is that you then get spam in unrelated PRs as formatting gets updated 😕 normally the concern with large reformat PRs is causing conflicts in...

are you specifically providing `extra: undefined` as one of the keys in your `ThunkApiConfig` for `.withTypes`? if you don't provide it, it should default to `unknown`.

[TS Playground](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAbzgYygUwIYzQQQM4CeAdsgCoAWArkQNYA0cF1NOyMwERDORBr7nOAF84AMygQQcAEQABdABNKADwBWeAPQwIEADY1gMaQG4AUKZgEwaOACUdMAMowsNgLyIxOgFxwYUShshc0trOBwwMCZaAB5bNBhKKCJSK3c4ADcIYAUAPjgPaJY2DiI4hKSUtIZ7CCcXbAZmIggAdy5w3n5S3PNkTjx4agU0UWAiNAUAUWV-DAK4FHRXfGIyKlisnIYthQYkNFmoDF9h0fHJ4VyACgByM7GJhVuGDEISOGuASgL8hCEvn0BkNaC12jM5gtUJhsKsSEUYrsdtk9oghDd7qC2kQXnA3mtPj83H8AWZTP0iIM8UUFt9fBEohsaL9PgpgHgwFhkOQiX9TIs2RyueRrg8LtMjhhvoCBezOTBuaKseDJdLTEIgA)

@ryota-murakami the props Provider needs (store, context) aren't serializeable, so it would still need to be called from a client component as far as i know

@ryota-murakami no worries - my suspicion is that with the "use client" pragma added, it would throw an error message relating to store.dispatch not being serializeable instead of hooks not...

^1.0.0 means you should get 1.2.0, that's how semantic versioning works. as for why it's used rather than the built-in, it's because React Redux uses `useSyncExternalStoreWithSelector` which is still not...