arrow_backBACK TO DRILLS
Blue Beltusememo-usecallback
Hook argument immutability
A custom hook memoizes a computed value using useMemo([icon]). Another part of the component later mutates icon.enabled directly without creating a new object reference. What problem can occur?