fix hot-reload settings
This commit is contained in:
parent
91ea58008c
commit
c202ab0529
4 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
import actions from 'content/actions';
|
||||
|
||||
const defaultState = {
|
||||
keymaps: new Map(),
|
||||
// keymaps is and arrays of key-binding pairs, which is entries of Map
|
||||
keymaps: [],
|
||||
};
|
||||
|
||||
export default function reducer(state = defaultState, action = {}) {
|
||||
|
|
Reference in a new issue