Describe the bug
On android chrome deleting all content causes crash
Uncaught Error: Unable to find a DOM node for "2". This is often because of forgetting to add props.attributes to a custom component.
To Reproduce
Steps to reproduce the behavior:
- Clone and start the example at https://github.com/nossas/slate-editor/tree/develop/packages/slate-editor-example
- Open the app on an android device on google chrome as described in the mobile section
- Delete all the content in the editor
- Observe error
Expected behavior
Does not crash when the editor has been cleared on android chrome.
Screenshots

Smartphone (please complete the following information):
- Device: Samsung Galaxy S8
- OS: Android 8.0
- Browser chrome
- Version 85.0.4183.127
Additional context
Using remote debugging, I was able to determine that the span with data-key=2 is being deleted from the DOM when the editor is cleared and as a result we get the error.

