1e92f2d
1
2
3
4
5
function C() { function handleClick() {} const onClick = useCallback(handleClick, []) }