David Gaitsgory

Results 7 comments of David Gaitsgory

Without making the script available everywhere, putting it in `_document`, only this helped resolve the issue: https://github.com/wellyshen/use-places-autocomplete/discussions/883#discussioncomment-2791354 Edit: the above only partially worked, since it would load once and no...

Just to be very clear, my intention in using `redux-batched-actions` is to update separate parts of my store but have only one notification emitted, resulting in one render after all...

Okay, I've isolated the issue. The code above fails if it is in the callback of a Promise. ``` api.insert(persistUi).then(res => { /*code from above*/ }) ``` but, why?

I'm sorry I can't make a more generic example to reproduce the error, but this is as simple as I can get. A promise to wait for : ``` resolveAfterSecond...

I'm having the opposite issue, haven't tried yet resolving it with the middleware https://github.com/tshelburne/redux-batched-actions/issues/24

I'm wondering if there have been other solutions since. I ran into this thread looking for ways to evenly distribute circles that share the same coordinate without manually adjusting the...