Waldo Lavaut

Results 4 issues of Waldo Lavaut

**Describe the bug 🐛** I don't know if this is the desired behavior but, every time a React InstantSearch Component re-renders -or page refresh- it adds a search operation when...

**Describe the bug 🐛** When using the ```connectHits``` connector on ```react-instantsearch-dom``` the provided props ```hits``` does NOT update after a CRUD operation after ```refresh``` has been set to ```TRUE``` and...

Type: Bug When I'm saving my work, sometimes it takes forever to save the files, literally. I'm not sure how to reproduce the error, I have tried using the Bisect...

The docs related to `Set a document` [see here](https://firebase.google.com/docs/firestore/manage-data/add-data?hl=en&authuser=0#add_a_document:~:text=If%20the%20document%20does%20not%20exist%2C%20it%20will%20be%20created.%20If%20the%20document%20does%20exist%2C%20its%20contents%20will%20be%20overwritten%20with%20the%20newly%20provided%20data%2C%20unless%20you%20specify%20that%20the%20data%20should%20be%20merged%20into%20the%20existing%20document%2C%20as%20follows%3A) are missing the keyword `await` before `setDoc()` function. For the code example where the `{ merge: true}` is used. ![image](https://user-images.githubusercontent.com/16472274/222779344-719ae4ea-e430-4a30-8505-e024b712f40f.png) All...