CinematicDev
CinematicDev
Actually it seems I have have set the APP_ID incorrectly. I fixed it and haven't been able to reproduce the failure.
Nope..still randomly getting failures..
I was able to fix this by manually closing all toasts after a time-out. Specifically ``` Toast.show({ placement: 'top', render: () => Test }) setTimeout(() => toast.closeAll(), 5000) ``` Pay...
You can just overwrite `query` directly in your code like so `query={{ key: 'YOUR_API_KEY', language: 'en', location: 'lat,lng', radius: 2000 }}`
This is still happening in Feb of 2024 -- would love to fix this ASAP. I have a usecase where I won't have a user joining the room
+1 this is also happening in production for my apps unfortunately (as in live in the app store) [EDIT] Whats funny is that the feature is kind of impressive --...