TuanD

Results 8 comments of TuanD

Hi @Armaldio, thanks for creating the issue! Can you test it out on Chrome to see if the error still persist? (I haven't tested this on any browsers other than...

I don't know but I'll try Brave when I have time to find out, in the mean time can you use it on Chrome instead? Thanks 🙂

@CharlieAIO @hisRoyalty @cdeck95 I ended up using a separate step to convert those merged images into a gif, you would need to merge each frame and then use a cli...

It is indeed not updating the `searching` variable, I'll create a PR for this.

@AstaDK Can you give me a codesandbox of the mentioned issue? I can't seem to be able to reproduce it locally.

Hi @AstaDK, I'll checkout your code whenever I got the time, thank you.

Hi @AstaDK, your code seems to render multiple `SearchProvider` in your app, this is not recommended as noted in [our documentation](https://react.docs.sajari.com/search-ui/searchprovider#note). Rendering only one `SearchProvider` now works. Feel free to...