We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Specifying the Paginator prop as a JSX element breaks NotificationDropdown: no notifications nor loader are displayed, the content is empty.
To Reproduce
<StreamApp apiKey={apiKey} appId={appId} token={token}> <NotificationDropdown notify right width={400} Paginator={<InfiniteScrollPaginator />} /> </StreamApp>
It works with: Paginator={InfiniteScrollPaginator}
Paginator={InfiniteScrollPaginator}
Use case: I need to specify a custom Loader prop on InfiniteScrollPaginator and it's impossible due to this bug.
Expected behavior
I can pass a custom paginator component as a Component or like for the other props.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Specifying the Paginator prop as a JSX element breaks NotificationDropdown: no notifications nor loader are displayed, the content is empty.
To Reproduce
It works with:
Paginator={InfiniteScrollPaginator}
Use case:
I need to specify a custom Loader prop on InfiniteScrollPaginator and it's impossible due to this bug.
Expected behavior
I can pass a custom paginator component as a Component or like for the other props.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: