debug store (especially thrown RELOAD_URL)

This commit is contained in:
HF 2022-08-22 00:45:29 +02:00
parent c93fad12bc
commit 99e8125d49

View File

@ -31,5 +31,6 @@ export default (store) => (next) => (action) => {
popUps.dispatch(action);
}
console.log(action);
return next(action);
};