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
showNoResultsComponent
The variable isn't used in BrowseLearningCircles. If you wish to disable it, you can simply pass an empty fragment as the NoResultsComponent:
const NoNoResultsComponent = props => <></>
The text was updated successfully, but these errors were encountered:
Or figure out what happened to it? Seems like it was initialized based on how the search page is used: https://github.com/p2pu/p2pu-components/blob/master/src/Search/SearchProvider.jsx#L164
But it doesn't actually get used: https://github.com/p2pu/p2pu-components/blob/master/src/Search/SearchProvider.jsx#L176
Sorry, something went wrong.
No branches or pull requests
The variable isn't used in BrowseLearningCircles. If you wish to disable it, you can simply pass an empty fragment as the NoResultsComponent:
The text was updated successfully, but these errors were encountered: