Skip to content

Commit c940a9f

Browse files
authored
Remove unused isProcessingDispatch (#2122)
1 parent 9ce28ab commit c940a9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/components/connect.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ function connect<
645645
const lastWrapperProps = React.useRef(wrapperProps)
646646
const childPropsFromStoreUpdate = React.useRef<unknown>()
647647
const renderIsScheduled = React.useRef(false)
648-
const isProcessingDispatch = React.useRef(false)
649648
const isMounted = React.useRef(false)
650649

651650
const latestSubscriptionCallbackError = React.useRef<Error>()

0 commit comments

Comments
 (0)