diff --git a/docs/modules/_core_usechannel_.html b/docs/modules/_core_usechannel_.html
index 0da9c73..fd29bdb 100644
--- a/docs/modules/_core_usechannel_.html
+++ b/docs/modules/_core_usechannel_.html
@@ -88,9 +88,6 @@
Functions
Variables
-
- Const NO_CHANNEL_NAME_WARNING
- NO_CHANNEL_NAME_WARNING: "No channel name passed to useChannel. No channel has been subscribed to." = "No channel name passed to useChannel. No channel has been subscribed to."
Defined in core/useChannel.ts:19
@@ -108,7 +105,7 @@ Const NO_CHANNEL_NAME_<
of channel you're subscribing to. Can be one of Channel or PresenceChannel from pusher-js.
returns
- Instance of the channel you just subscribed to.
+ Instance of the channel you just subscribed to (or undefined if the channel name provided is falsy).
example
const channel = useChannel("my-channel" )
@@ -224,4 +221,4 @@ Legend