Skip to content

useDropInClientOrNull

function useDropInClientOrNull(): DropInClient | null;

The provider’s client, or null inside a disabled provider. Internal accessor used by the hooks so they can go inert instead of throwing. Prefer useDropInEnabled() in app code; reach for this only when you genuinely need the client-or-null itself.

DropInClient | null