language routing
This commit is contained in:
@@ -47,11 +47,6 @@ const reducer = (state = {}, action) => {
|
||||
switch (action.type) {
|
||||
case HYDRATE:
|
||||
return { ...state, ...action.payload };
|
||||
case REHYDRATE: {
|
||||
console.log("am rhydrating........");
|
||||
return { ...state, ...action.payload };
|
||||
}
|
||||
|
||||
case "SERVER_ACTION":
|
||||
return {
|
||||
...state,
|
||||
|
||||
Reference in New Issue
Block a user