useDropInClient
function useDropInClient(): DropInClient;The provider’s client. Throws when called inside a DISABLED provider
(enabled={false}) — there is no client there by design; gate on
useDropInEnabled() first, or use useDropInClientOrNull().
Returns
Section titled “Returns”DropInClient