-
Notifications
You must be signed in to change notification settings - Fork 522
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
Fix storybook examples #6368
Comments
Not sure what caused it (probably webpack/babel config since moving to v5 of algoliasearch). The js examples still seem to work, so you can use those instead for now: https://instantsearchjs.netlify.app/stories/js/?path=/story/pagination-pagination--default We were thinking of possibly removing the storybooks as they don't bring much value and are decent amount of work. What are you using the storybooks for. Just to see an example of what the widget renders like or something else as well? |
Hi @Haroenv, Thank you for your reply. I agree with you on the usage of Storybook. I just wanted to report the bug, that's all. :) |
I dont really know how to report a bug in your documentation but the liteClient is imported like this :
and not
https://www.algolia.com/doc/libraries/javascript/v5/methods/search/ |
The first way is the correct way @gaetansenn, if you import from "non-lite" it's |
Ah I see I misread your comment, fixing :) |
🐛 Current behavior
This current ais-pagination example fail to open https://instantsearchjs.netlify.app/stories/vue/?path=/story/ais-pagination--
The error
The text was updated successfully, but these errors were encountered: