fo-fo
fo-fo
I guess a 4th option would be to use the [Notification API](https://developer.mozilla.org/en-US/docs/Web/API/Notification) to display a desktop notification from the monitor when a new message arrives.
> While I like the idea, all the major browsers require HTTPS for notifications, which is likely to be a significant hurdle for many users. Yeah. Then again, it seems...
I did some testing since I happened to run into this issue with some non-automerge code. In Firefox console the limit seems to be exactly 500k arguments: ```js (function ()...
You can work around this by grabbing a ref to the overlay and rendering your content there with a portal. Incomplete example: ```jsx const MyModal: React.FC = () => {...
Would be very nice to see this supported!