Skip to content

Commit

Permalink
fix: remove redux-flipper
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Mar 29, 2024
1 parent 52f39ca commit 18eab55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kit/src/store/middlewares.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const middlewares: Middleware<unknown, unknown>[] = [

if (__DEV__) {
// eslint-disable-next-line global-require, @typescript-eslint/no-var-requires
const createDebugger = require('redux-flipper').default;
// const createDebugger = require('redux-flipper').default;
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
middlewares.push(createDebugger());
// middlewares.push(createDebugger());

const backgroundCheck: Middleware<unknown, unknown> =
() => (next) => (action) => {
Expand Down

0 comments on commit 18eab55

Please sign in to comment.