Eunjae Lee
Eunjae Lee
Hi @nayfin, I tried it but couldn't make it work yet. I downloaded the project and it also worked on my local machine. (Actually I did have a problem but...
> There is the built-in alert action, but I guess you want more configurability. > > This something I have been thinking about. I will look into this soon. Thank...
Hi @Wsine Thanks for creating the issue :) Unfortunately it's not possible at the moment, but you could workaround with: ``` # Let user provide a custom path for output...
You can control the internal [cache](https://www.algolia.com/doc/api-reference/widgets/infinite-hits/react/#widget-param-cache) of InfiniteHits now. ```jsx import isEqual from 'react-fast-compare'; function getStateWithoutPage(state) { const { page, ...rest } = state || {}; return rest; } function...
Hi @websocket98765 Thanks for the detail in this issue. I'm sorry but I couldn't reproduce it. I may not understand the issue correctly. https://codesandbox.io/s/optimistic-carson-ep7z1?file=/src/App.js:1736-1850 I tried a little bit there....
Hey there, sorry but I don't have any plan to extend the functionality of this that much :) However, feel free to fork this and make whatever you'd want!
I'm just trying this library in my sample project. Thanks.
@redox When you use search-insights, did you get the type suggestion? If yes, do you think it is not enough and we'd better update the function signature?
> > @redox When you use search-insights, did you get the type suggestion? If yes, do you think it is not enough and we'd better update the function signature? >...
@redox Before you opened this issue, did you have experience where you were using `applicationId` as a parameter somewhere else and come to this repo to see it's `appId` here?...