From 4ca5e23253f2712bf583d36d45466cfc932e606d Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Tue, 11 Jan 2022 13:59:09 -0500 Subject: [PATCH] Ignore ESLint error --- packages/redux-devtools-instrument/src/instrument.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/redux-devtools-instrument/src/instrument.ts b/packages/redux-devtools-instrument/src/instrument.ts index 36e5ac6c..484a9c1a 100644 --- a/packages/redux-devtools-instrument/src/instrument.ts +++ b/packages/redux-devtools-instrument/src/instrument.ts @@ -908,6 +908,7 @@ export function unliftStore< dispatch, + // eslint-disable-next-line @typescript-eslint/unbound-method subscribe: liftedStore.subscribe, getState,