usecallbackReactUsecallbackHardHow does the React Compiler (stable in React 19) affect useCallback usage?1It auto-memoizes, so manual useCallback is usually unnecessary2It removes useCallback from the API3It makes useCallback mandatory everywhere4It has no relationship to memoizationBack to list