We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb73095 commit f87f81dCopy full SHA for f87f81d
1 file changed
packages/clerk-js/src/ui/contexts/components/UserButton.ts
@@ -50,7 +50,7 @@ export const useUserButtonContext = () => {
50
51
const menuItems = useMemo(() => {
52
return createUserButtonCustomMenuItems(customMenuItems || [], clerk);
53
- }, [customMenuItems, clerk]);
+ }, []);
54
55
return {
56
...ctx,
0 commit comments