Render the activity that should be rendered by default using the stack state.
import { stackflow } from "@stackflow/react";
import { basicRendererPlugin } from "@stackflow/plugin-renderer-basic";
const { Stack, useFlow } = stackflow({
activities: {
// ...
},
plugins: [basicRendererPlugin()],
});