Open gaetansenn opened 1 month ago
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 :
import { liteClient } from 'algoliasearch/lite'
and not
import { liteClient } from 'algoliasearch'
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 import { algoliasearch } from 'algoliasearch'
Yes, I know. Just point out the errors in the doc:
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
🔍 Steps to reproduce
Link: https://instantsearchjs.netlify.app/stories/vue/?path=/story/ais-pagination--
Live reproduction
https://instantsearchjs.netlify.app/stories/vue/?path=/story/ais-pagination--*
💭 Expected behavior
The example works
Package version
latest
Operating system
No response
Browser
No response
Code of Conduct