Eric Meier
Eric Meier
@strangecamelcaselogin just threw some typings together for a project I'm working on and they might help as inspiration for your package. Might update them over the next few days ```ts...
Here is what a fully typed react binding could look like. Might turn this into a package over the next few weeks https://gist.github.com/BitPhinix/a98b5f35a0be9cd8700103c8fd406d4d ```ts type Root = SharedDoc; const {...
Could you share a reproducible example of it not working? Just tested bumping the example and it seems to be working there without any issues
Ahaha, I forgot to switch over to `ReactDOM.createRoot`, my bad 😅
Experiencing the same issue
Experiencing this as well
It's more of a slate issue, tbh. The issue is that the remote change is causing the node to re-render, but slate doesn't update/re-set the user selection so it ends...
I didn't test firefox on android as it's a really, really niche group of users and the main use-case for us is inside an embedded webview which is guaranteed to...
Not a huge fan of this approach. Having the nodes contenteditable will likely mess with autocomplete and unexpected behaviour especially on more complex void nodes. There are other hacks to...
For this to work, I think you'd need to bump the package as well 🤔