Update client dependencies
This commit is contained in:
parent
20c3855ced
commit
19bcc51eb4
13 changed files with 2973 additions and 1741 deletions
|
@ -1,7 +1,7 @@
|
|||
import debounce from 'lodash/debounce';
|
||||
|
||||
const debounceKey = action => {
|
||||
const key = action.socket.debounce.key;
|
||||
const { key } = action.socket.debounce;
|
||||
if (key) {
|
||||
return `${action.type} ${key}`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue