Jonathan Harrell

Results 4 comments of Jonathan Harrell

Yes, I am using `{}` for now to resolve the issue. It was an unexpected behavior and took a while for me to track down what was causing component remounts,...

My particular use case was a Toast rendered in the main app getting paused when an iframe embedded in that app receives focus. But the other scenario also seems like...

At the very least, `onPause` and `onResume` props could be useful to override the default behavior.

Yes, my particular app uses iframes coming from the same origin.