Open enchorb opened 7 months ago
Thanks for reporting. Added to the README.
Any updates on this?
@zbeyens I'm a big fan of zustand-x's simplicity and would love to continue using it. Given the upcoming release of Zustand v5, I'm curious about the upgrade plans for zustand-x. Would maintaining compatibility with newer Zustand versions be a priority?
Will give a try once v5 is out
@zbeyens Many thanks! The Version 5 RC is out. v5 RC Maybe it's a good time to start so we can release it simultaneously?
@zbeyens Would you like me to assist in getting this started?
Would appreciate it!
Could you please bring me up to speed on the matter and provide some guidance? I'm eager to contribute.
I didn't initiate the task so it just consists of migrating the breaking changes, including the types.
Zustand 4.5.0+ introduces
getInitialState
(https://github.com/pmndrs/zustand/pull/2277).Using
zustand-x
this does not work as have to stay on Zustand 4.4.7.