UNPKG

@whop/react

Version:

React SDK for building embedded apps on Whop

8 lines (7 loc) 212 B
"use client"; import { use } from "react"; import { WhopWebsocketContext } from "./context.mjs"; export function useWebsocketStatus() { const context = use(WhopWebsocketContext); return context.status; }