We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
connect.tsx
1 parent 278d61a commit 2fc58b1Copy full SHA for 2fc58b1
src/components/connect.tsx
@@ -29,6 +29,8 @@ import { mergePropsFactory } from '../connect/mergeProps'
29
import type { Subscription } from '../utils/Subscription'
30
import { createSubscription } from '../utils/Subscription'
31
import { useIsomorphicLayoutEffect } from '../utils/useIsomorphicLayoutEffect'
32
+import shallowEqual from '../utils/shallowEqual'
33
+import hoistStatics from '../utils/hoistStatics'
34
import warning from '../utils/warning'
35
36
import type {
0 commit comments