xplato / useUndoable

↪ React hook for undo/redo functionality (with batteries included)
MIT License
168 stars 7 forks source link

fix: string and number state #24

Closed aldiand closed 1 year ago

aldiand commented 1 year ago

https://github.com/xplato/useUndoable/issues/23 fix if setting state to empty string or number 0

xplato commented 1 year ago

Hey @aldiand! Thanks for opening this! This is technically a breaking change, so I will need to release a major version for this. I'll merge this in and then make that release. Thanks again!