Bryan Haakman
Bryan Haakman
@iammeat Yes the two more or less complement one another indeed. It's just that the subject area is so big that in order to reach any goal I have to...
Have to wait for draft-js to deprecate the old API, until then it remains a bug
Problem is that in html terms the title should be h1 and so the other content must be h2 and above. What can be done however, is to determine if...
@LinusU perhaps a good reason to release it as `2.0` to indicate a breaking change (removing support for older node versions)?
Any blockers for this one? Would love to see this change, this would make upgrading a monorepo with many workspaces a lot easier 😄 .
Here's a little util version of @jefbarn's code ``` /** * This waits for the readable stream to have been appended to the archive */ const asyncArchiveAppend = ( archiveStream:...
I found the same is true for when failing to connect to the server, there's no way to catch the error. It simply crashes the app. I suppose this would...
I think it would be a good idea to first come up with a reproducible example that consistently demonstrates this issue. I haven't been able to yet (my failed attempts...
@skogsmaskin ah yeah that might be it, I didn't try to isolate to just void node selections. Although that leaves the question of why it does work in the image...
Updated your example a bit to remove some errors https://codesandbox.io/s/slate-react-17-oncopy-bug-not-working-forked-mow9x?file=/index.js. That seems like a decent reproduction, I'll try and see if the same happens in plain contenteditable