We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6542c5 commit b2cae84Copy full SHA for b2cae84
src/smart-components/ChannelList/context/ChannelListProvider.tsx
@@ -308,8 +308,12 @@ function useChannelListContext(): ChannelListProviderInterface {
308
return context;
309
}
310
311
+const useChannelList = useChannelListContext;
312
+
313
export {
314
ChannelListProvider,
315
// ChannelListContext,
316
+ // todo: rename all use{component}Context to use{component}
317
useChannelListContext,
318
+ useChannelList,
319
};
0 commit comments