redux-debounced
redux-debounced copied to clipboard
Fix null meta
Right now, module doesn't covered the case when meta is null, which breaks the middleware by throwing an error (debounce on null object). this pr aims to fix this case via a safer getter, and the corresponding test case is added. You can directly re-build and publish.
@kimochg thanks for the pr, can you rebase this pr and I'll merge this in.
sure, rebased