Function HonuaContext

Root context populated by HonuaProvider. null when a hook is used outside a provider — hooks throw a descriptive error in that case.

Properties

$$typeof: symbol
Consumer: Consumer<null | HonuaContextValue>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

Provider: Provider<null | HonuaContextValue>