Danilo Britto
Danilo Britto
There's a way to support uncurried version for TS as well with middlewares? I would like to have just one way to do both, with and without middlewares.
> @dbritto-dev we aren't currying, but its fine because we aren't using middle-wares. It seems like some middle-wares require it. @ollwenjones actually, I would like to have just one way...
@capricorn86 I'm facing the same issue, some changes added in v13.7.0 broke a bunch of my tests
> Maybe this ordering on "exports" can be changed for RN users of zustand ? > > [#1967 (reply in thread)](https://github.com/pmndrs/zustand/discussions/1967#discussioncomment-9097665) @jacargentina let me take care of that
@jacargentina nice, I found that yesterday too but I didn't have time to answer any question. We shall add it to the docs.
> #2138 @flq here you go -> https://github.com/pmndrs/zustand/pull/2138
@flq yeah, I'll add it. btw, they talk about memoizing selectors.
@dai-shi let me take the next two tasks
@dai-shi I'll take the second last too
> I wonder if we should separate `zustand/react` entry point. We've done it in Jotai and Valtio. We shall follow Jotai and Valtio