fix: solve eslint errors

This commit is contained in:
p-sw 2024-06-14 23:08:06 +09:00
parent 482603c378
commit d72fd9cd91

View File

@ -169,6 +169,7 @@ const TabTrigger = (props: TabTriggerProps) => {
};
});
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [name]);
const Comp = props.asChild ? Slot : "button";