Why are generic custom Hooks like useMount(fn) discouraged in React?
Because React prevents custom Hooks from calling useEffect
Because they can hide reactive dependencies from the Hooks linter
Because custom Hooks cannot return cleanup functions
Because React only supports lifecycle Hooks in class components
This is a premium drill. Continue on to the next free drill in the sequence.