John Wiseheart
John Wiseheart
### Summary: Hey, I'm having trouble with some styling of this library. I know its not a bug per-se, but figured it might be good to explore if anyone else...
Using node: ``` const fs = require("fs") const git = require("isomorphic-git") git.log({ fs, dir: "/my-project", depth: 1, ref: "" }).then(res => console.log(res)) ``` errors with: ``` UnhandledPromiseRejectionWarning: TypeError: Cannot read...
**Description** `EDITOR_TO_FORCE_RENDER` is set [here](https://github.com/ianstormtaylor/slate/blob/8f2ad02db32f348eb9499e8db1e46d1b705d4d5d/packages/slate-react/src/components/editable.tsx#L163), but never manually cleared. The key is a strong reference to the editor, leading to this map increasing in size with each editor which is...