-
Notifications
You must be signed in to change notification settings - Fork 66
Pagination issue in React and add React playground #31
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
Conversation
34ecd77 to
afd2fa4
Compare
|
I think they might still be a problem with the pagination. When I type I'm not sure this is an important bug but still letting you know EDIT: |
|
What do you mean by "ignores your changes"? |
|
@bidoubiwa do you have the same issue on Algolia's playground? https://codesandbox.io/embed/github/algolia/doc-code-samples/tree/master/React+InstantSearch/getting-started |
|
@curquiza Yes ! |
|
Hope this is not annoying for our users... |
Fix this #18 (comment).
The change is not visible because I add the react playground at the same time.
I replace:
by
I don't know if it fixes the complete issue yet (waiting for the author's answer).
Plus: Add a React Playground
NB about the React Playground:
playgrounds/react/src/instant-meilisearch.jsis a soft link, otherwise react-add does not want to start (it can not import files outside of thesrcfolder by default)SKIP_PREFLIGHT_CHECK=truein the.envfile allows the app to start even if the version ofjest-babelis not the same in the React playground and in the main app (at the root of the repo)