meilisearch-react icon indicating copy to clipboard operation
meilisearch-react copied to clipboard

Results 4 meilisearch-react issues
Sort by recently updated
recently updated
newest added

**Description** I have recently created a new React client package to integrate with a Meilisearch server called [react-meilisearch](https://www.npmjs.com/package/react-meilisearch) . It has some nice and helpful React hooks for smoothly integration...

enhancement

#### Description Algolia's `react-instantsearch` is incompatible with [React Strict Mode](https://reactjs.org/docs/strict-mode.html). It causes input to be unusable. **It's not caused by Meilisearch dependencies.** I'm reporting this issue in case someone stumbles...

documentation

There is a typo in the README, the `searchClient` must be destructed from the `instantMeiliSearch`, like this: ```js const { searchClient } = instantMeiliSearch( 'https://ms-adf78ae33284-106.lon.meilisearch.io', 'a63da4928426f12639e19d62886f621130f3fa9ff3c7534c5d179f0f51c4f303' ); ``` Also the...

**Description** Description of what the bug is about. Using the provided example we get a react warning: ``` Each child in a list should have a unique "key" prop. Check...

good first issue