Optional equalityFn: EqualityFn<NoInfer<TSelected>>Custom hook to select state from the Redux store.
This is a typed version of the useSelector hook from 'react-redux'.
Use this custom hook throughout your app instead of the plain useSelector for type safety.
Optional options: UseSelectorOptions<Selected>Generated using TypeDoc
Custom hook to select state from the Redux store. This is a typed version of the useSelector hook from 'react-redux'. Use this custom hook throughout your app instead of the plain
useSelectorfor type safety.