Why is calling useCallback inside a .map() loop invalid?
Because memoized callbacks cannot capture loop variables
Because Hooks must run in the same order on every render
Because React cannot compare dependencies for array iterations
Because useCallback only works in custom Hooks
This is a premium drill. Continue on to the next free drill in the sequence.