Phil Rajchgot

Results 9 comments of Phil Rajchgot

One way to force an Editor to re-render that isn't too bad is to force a selection: ``` const forcedState = EditorState.forceSelection(editorState, editorState.getSelection()); return ( ); ``` Apparently even if...

@gbbr Ah too bad. In my case I just needed to re-apply custom styles. I guess the simplest solution in that case is the one by @thesunny. Real shame though.

Having this problem too; doesn't seem to favor the active tab, even right after opening the dev tools (I can't see any actions being fired which switch its focus). I'm...

any news on this? i'm getting a ton of complete redraws with distracting blanking when a list of items is being updated

The issue seems to be related to how close the `Delete` button is to the edge of the viewport, and the fact that the next tooltip has more content inside...

I remember reading that async_hooks might be the replacement for the deprecated Domains a long time ago. I've been out of the loop for a while, but for catching async...

> No, it's not a replacement for domains. It _was_ a replacement for the old _internals_ of domains. It's not likely domains will disappear any time soon, so I don't...

Running into this issue as well, is this fixed in a recent version, or is it still in the backlog?