User error; one must import Redirect and Context and define contextType in order to properly utilize these tools.
import { Redirect } from '@shopify/app-bridge/actions';¬
import { Context } from '@shopify/app-bridge-react';¬
...
static contextType = Context;