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.
1 parent 25ef39c commit ee128cdCopy full SHA for ee128cd
src/hooks/useActiveItemEffect.ts
@@ -23,7 +23,7 @@ export const useIsActiveItem = () => {
23
return isActive
24
}
25
26
-export const useActiveItemEffect = (effectFunc: () => () => void | undefined, deps: any[] = []) => {
+export const useActiveItemEffect = (effectFunc: () => void | undefined, deps: any[] = []) => {
27
const progress = useInterpolateInsideCarousel({
28
valueBefore: 0,
29
thisValue: 1,
0 commit comments