-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
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
resultsFooterComponent example not working #2475
Comments
@kai687 I was going to look at this but am confused by your link. I see that the link here in this issue goes to a sample which does not use resultsFooterComponent. But if I go to our docs at https://docsearch.algolia.com/docs/api/#resultsfootercomponent and click on the link there, I'm taken to https://codesandbox.io/p/sandbox/docsearch-v3-resultsfootercomponent-without-jsx-jperd5 which does show resultsFooterComponent. I'm wondering where you could have got https://codesandbox.io/p/sandbox/docsearch-v3-maxresultspergroup-without-jsx-ct9m22?file=%2Fsrc%2Findex.js from? Thanks! |
@randombeeper seems like it's the playground link of the next section in the docs https://docsearch.algolia.com/docs/api/#maxresultspergroup |
Sorry, it looks like I pasted the wrong link. I'm on this code sandbox: https://codesandbox.io/s/docsearch-v3-resultsfootercomponent-without-jsx-jperd5 I don't see any footer though. It's an empty ![]() |
We stated to see this in our app too. The |
This also affect
It would be great if the team can get it fixed soon, as we can not bypass this issue and you can see that the fixes were introduced a month ago. In other word, JSX should never be considered available with Even if a solution without jsx is again available, I believe the docs needs an update to clearly describe what to do without jsx. |
Our online documentation uses the code from the example as well. Sometimes it shows up, but rarely and unpredictable. The example sandbox that I also found in the documentation does not work. Did you change something in the docsearch library? |
In the docs for
resultsFooterComponent
there's a link to a code sandbox:You can find a working example without JSX in this sandbox
But in the DocSearch UI, you can see that the
DocSearch-HitsFooter
is an empty section.So it seems that this example is broken. Can you fix it and show an example how to add a footer without using JSX?
The text was updated successfully, but these errors were encountered: