You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just wondering why it is necessary to use useMemo if the dependencies are variables that use useRef which do not cause a re render nor a recalculation of the styles.
The text was updated successfully, but these errors were encountered:
rn-range-slider/hooks.tsx
Line 183 in 5b0c535
Hi, just wondering why it is necessary to use
useMemo
if the dependencies are variables that useuseRef
which do not cause a re render nor a recalculation of the styles.The text was updated successfully, but these errors were encountered: