Commit 1d44f99e authored by Chunchi Che's avatar Chunchi Che

optimize

parent 47019db5
import { Reducer } from "react";
import { ygopro } from "../../api/ocgcore/idl/ocgcore";
import {
clearIdleInteractivities,
......
......@@ -19,7 +19,7 @@ export const store = configureStore({
middleware: (getDefaultMiddleware) =>
getDefaultMiddleware({
serializableCheck: {
ignoredActions: ["duel/updateHp"],
ignoredActions: ["duel/updateHp", "duel/reloadField"],
},
}),
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment