-
Taking the const showBorderRef = useMemo(() => {
return (
!props.quaternary
&& !props.tertiary
&& !props.secondary
&& !props.text
&& (!props.color || props.ghost || props.dashed)
&& props.bordered
)
}) or in Layout.tsx: showSider: useMemo(() => {
return !isMobileRef.value && !isTabletRef.value
}) Why |
Beta Was this translation helpful? Give feedback.
Answered by
blackawn
Sep 6, 2025
Replies: 1 comment 1 reply
-
see vooks useMemo |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cyevgeniy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see vooks useMemo