I banged my head on this. Wrong approach, apparently. My IDE is happy with this:
const csrf = useSelector((store: ReduxRootState) => store.userSession.csrfToken);
Will test tomorrow. My brain is fried for the day.
I banged my head on this. Wrong approach, apparently. My IDE is happy with this:
const csrf = useSelector((store: ReduxRootState) => store.userSession.csrfToken);
Will test tomorrow. My brain is fried for the day.