Tomas Cerskus
Tomas Cerskus
I can reproduce this too. Had someone on a call with a lot of background noise. The participant muted themselves ( track.enable(false) was called). The noise was still being published....
Not sure if this is exactly the same issue but if I go to https://remirror.io/ using Chrome and bold some selected text, the selection disappears: https://user-images.githubusercontent.com/5213953/153462947-f8df8f2c-31e0-4ef5-bb16-65374d698b07.mp4
It does not always disappear when clicking on the buttons, another example: https://user-images.githubusercontent.com/5213953/153478441-b5cb5c6c-22f2-4533-b159-e8b2a516e467.mp4
Also need to use CDN but cannot because of this issue.
I think our options are: **Check custom styling via os-host-scrolling exists and disable the feature if it doesn't** Would avoid adding an extra option but I don't think this can...
I'm also getting this issue. Spent some time investigating and discovered that for some reason when the transition ends, `this.setState` on this line [here](https://github.com/reactjs/react-transition-group/blob/2989b5b87b4b4d1001f21c8efa503049ffb4fe8d/src/Transition.js#L313) may not actually update the state...
I'm also encountering this with the Drawer component and CPU-throttled devices
I can confirm the issue. Not hard to reproduce either, just make 2 requests in parallel. Ended up writing a custom implementation of RememberMeServices that allows a previous token to...
@bradical Storing both tokens in a single database row. Database because in my case there may be multiple instances in running parallel (for scalability and for zero-downtime upgrades). Single row,...
> I don't think we can implement something like @tomas-c solution because even if we save the previous token we cannot assume that there are going to be always only...