1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Bump packages

This commit is contained in:
Zhiyuan Zheng
2022-05-28 12:20:48 +02:00
parent 67b15f75f5
commit 5a23b73f69
3 changed files with 318 additions and 157 deletions

View File

@@ -74,11 +74,6 @@ const store = configureStore({
serializableCheck: {
ignoredActions: [FLUSH, REHYDRATE, PAUSE, PERSIST, PURGE, REGISTER]
}
}).concat(store => next => action => {
console.log('dispatching', action)
let result = next(action)
console.log('next state', store.getState())
return result
})
})