Skip to content

Commit

Permalink
perf: optimize useAnimatedReaction
Browse files Browse the repository at this point in the history
  • Loading branch information
andreialecu authored and PedroBern committed Jan 30, 2021
1 parent f359f80 commit 9b5b0a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/createCollapsibleTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ const createCollapsibleTabs = <
}
}
}
}
},
[]
)

const renderItem = React.useCallback(
Expand Down

0 comments on commit 9b5b0a9

Please sign in to comment.