Jørn A. Myrland

Results 51 comments of Jørn A. Myrland

@ctrlplusb I updated the description to auto close the related issues

Attempted to clarify the TS example in #770

> @apuatcfbd Have you figured out how to setup slices in different files? This is possible. It's also possible to define each thunk, action, computed prop, etc. in a different...

> @jmyrland Ok, cool - I can work on one for multiple slices and how to organize across several files. May take a bit for me to put it together...

Btw, [this model](https://github.com/ctrlplusb/easy-peasy/blob/4f175efae1de91a36625928a255c30c2916e0028/examples/kanban/src/store/model.ts) uses slices/nested stores & store generators.

> When you say sub-store, though, you still only have one top-level call to createStore, like in the example you linked to right? i.e. you can still access all of...

@no-stack-dub-sack thanks for the investigation👍 As you said, the `useStoreState` hook shouldn't have or require any dependencies to work properly. And the type definition seems to be incorrect in v3....

> Hi, did some have any updates on problem? I also experienced it on NextJS and it took me some hours to find this issue 😄 Sorry, there is no...

> @jmyrland this is a more general question that I may just open a separate issue for, but do you know if the community can expect any support or active...

> It appears to be working for me in the latest alpha, which brings support for React 18; > > https://github.com/ctrlplusb/easy-peasy/issues/740#issuecomment-1248303046 > > Could ya'll please test. Sweet! Will test...