Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: add children prop to KnockFeedProvider
  • Loading branch information
juanazam committed May 4, 2022
commit 8a1657e9288d38bf6965a2bc8fd3c3171d0a31f5
1 change: 1 addition & 0 deletions src/components/KnockFeedProvider/KnockFeedProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface KnockFeedProviderProps {
userToken?: string;
feedId: string;
host?: string;
children?: React.ReactElement;
// Feed client scoping options
source?: string;
tenant?: string;
Expand Down