Closed michaeljpeake closed 5 years ago
Fixes #27
This adds the option of debouncing state changes, which can prevent file writing errors if there are rapid mutations on a large state. The debouncing is entirely optional and so is not a breaking change.
Can we please merge this in? This would solve a lot of issues for a lot of people I feel
Fixes #27
This adds the option of debouncing state changes, which can prevent file writing errors if there are rapid mutations on a large state. The debouncing is entirely optional and so is not a breaking change.