charkour / zundo

🍜 undo/redo middleware for zustand. <700 bytes
https://codesandbox.io/s/zundo-2dom9
MIT License
616 stars 20 forks source link

Simplify #118

Closed charkour closed 1 year ago

charkour commented 1 year ago

The curriedHandleSet calls userGet and the function it is called in calls get(). This is redundant and can be refactored.

charkour commented 1 year ago

119