slate-edit-list
slate-edit-list copied to clipboard
enter & backspace button not working after add plugin
Solved the problem installing the forked version of everything under GitbookIO npm scope. For me, the package.json now is:
"@gitbook/slate": "^0.34.11-0", "@gitbook/slate-edit-list": "^0.12.2", "@gitbook/slate-html-serializer": "^0.6.17-0", "@gitbook/slate-react": "^0.13.9-0",
While that might solve the issue, based on gitbook manifest, I would stay out of using their fork unless you're aware of risks. Instead, take a look at https://github.com/guestbell/slate-plugins . This is a fork I made which solves these issues and updates the code to latest slate. Hope it works for you.