Pete Smith

Results 28 comments of Pete Smith

Seems to work exactly the same for me @raineorshine thanks!

This is hitting us as well. It is a pretty lame bug. This effectively blocks cross platform development when using a file:/path locally installable package.

I do not know how this works, but I have a file types/window.ts and in that I put this in there, and it works. window.ts exports: export interface Window {...

OK Ill try soon thank you. I absolutely love the simplicity of Zustand 3, but I am finding that Zustand 4 just seems to be harder to use and I...

Thank you @dai-shi I will try right away and provide feedback.

Thanks all, as long as the docs that have that snip of "how to mock zustand" is updated when you release, I don't think others will be tripped on this....

> Hm, not sure, but does this help? > > ```js > const store = actualCreate(createState || () => ({})); > ``` It doesn't. I am finding now that Zustand...

I had to give up, I actually determined that I don't need (or want) because all of our components are wrapped in a unique ZustandContext and instantiated fresh with each...