I have this hook
export const useLegalFooter = ({ customContent, isOpenOnPageLoad = false }) => { const dispatch = useContext(LegalFooterDispatchContext);