Trashpants

Results 23 comments of Trashpants

@ajacquierbret can you leave a code comment - I've tried but not sure what you mean exactly to clear up this typescript error

So I'm also getting this its very weird - when I run expo and remotely debug its totally fine, but when I disable remote debugging it stops working and refuses...

So I've scratched up a https://github.com/Trashpants/zustand-demo-expo Hopefully this helps get to the bottom of this.

@roadmanfong Anything we can do to help getting this resolved?

Yeah it seems to not get past the loading, which points to the fact it’s not rehyrdating or not completing the rehydration process.

@callmetwan 's solution was exactly what was needed - making a call to some kind of state in the same screen as `` is what was needed For anyone looking...

hmmm I've just got around to trying with iOS and again I'm hitting the thing I had before which is very weird - unless im debugging it doesn't want to...

Out of interest, iOS or Android? > > `const { data } = useStore();` > > within `App.tsx` > > Hmm, this does nothing for me. I'm still having the...

Anyone have any ideas where to start digging to fix this issue - I've been asked to use zustand in a project as other devs are comfortable using it, but...

okay so looking directly in the source code in node_modules: index.js line 130 changing it from ``` return React__default['default'].createElement(React__default['default'].Fragment, null, isReady ? children : loading); ``` to ``` return React__default['default'].createElement(React__default['default'].Fragment,...