refactor: Make all reducers sync (#4125)
This commit is contained in:
parent
f68fa930ea
commit
37c832cdf7
8 changed files with 18 additions and 90 deletions
|
@ -16,10 +16,3 @@ export function hydrateStore(rawState) {
|
|||
state,
|
||||
};
|
||||
};
|
||||
|
||||
export function hydrateStoreLazy(name, state) {
|
||||
return {
|
||||
type: `${STORE_HYDRATE_LAZY}-${name}`,
|
||||
state,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue