Skip to content

Commit

Permalink
Remove unused isProcessingDispatch (#2122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Connormiha committed Jan 24, 2024
1 parent 9ce28ab commit c940a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ function connect<
const lastWrapperProps = React.useRef(wrapperProps)
const childPropsFromStoreUpdate = React.useRef<unknown>()
const renderIsScheduled = React.useRef(false)
const isProcessingDispatch = React.useRef(false)
const isMounted = React.useRef(false)

const latestSubscriptionCallbackError = React.useRef<Error>()
Expand Down

0 comments on commit c940a9f

Please sign in to comment.