Ben Durrant

Results 149 comments of Ben Durrant

due to typescript limitations, reselect selectors cannot be generic (and you shouldn't be passing type parameters to them) with that said, your example doesn't even need reselect: ```ts export const...

For what it's worth, I don't think we actually want size info for every single entry point and export possible. We intentionally only measure entry points and exports we're actually...

part of the trouble (at least Typescript wise) is that because your RootState type is partially derived from the API definition, using that RootState type anywhere can result in circular...

@georgeiliadis91 we've noticed a few regressions introduced with TS 5.5, would appreciate you opening a separate issue with any non-type-portability errors found :) as Arya said, we need more detail...

here's a version backported to v1.9.x: https://github.com/reduxjs/redux-toolkit/pull/3769

could you add a `"prepack": "yarn build"` script to any of the packages with a build step? it means we can use our existing publish action with them

currently i don't think this is possible - but I've just checked and #316 makes it so each env can have their own client prefix and it'll still be handled...

@Bartek532 spamming multiple issues advertising your library is not a good way to build good will, especially if much of the code is directly taken from t3-env (allowed by the...