-
I saw a couple of closed ticket with this error, but we think our issue is a bit different from those.
We have a scenario, where Slate is just a part of a document editor.
```
const editorRef = u…
-
#### Chrome translation breaks the editor
When editing a slate editor while Chrome translation is activated, the editor breaks.
#### What's the current behavior?
Steps to reproduce:
* Go to […
-
If I have opened the hotkey editor and later try to compile any blueprint the editor crashes. Sometimes it also crashes when spawning nodes.
`
UE4Editor_CoreUObject!UObjectBase::IsValidLowLevelFas…
-
#### Do you want to request a _feature_ or report a _bug_?
Bug
#### What's the current behavior?
![hJj77Yhl15](https://user-images.githubusercontent.com/19695832/71921913-2426ec80-318a-11e…
-
#### Do you want to request a _feature_ or report a _bug_?
Bug.
#### What's the current behavior?
`Transforms.insertNodes(editor, { text: 'a' }, { at: Editor.start(editor, [0]) });` fails…
-
# Lexical Schemas
### The Problem
A lot of mistakes with Lexical are caused by developers adding nodes where they shouldn’t.
Schemas are an API proposal that’s designed to add guardrails aro…
-
**Problem**
there is a variable in this directory:
slate-react/src/components/slate.tsx:
const unmountRef = useRef(false)
and the value is changed in useEffect clean function:
useEffect(() =>…
-
**Description**
I implemented a slate editor using slate-react. I want to copy multiple lines at a time and paste into another editor like notepad. But it is adding more lines between slate nodes. Th…
-
Just set up my editor with slate-mentions and I got this error. I looked in node_modules and saw that lib/Portal.js does not even exist after installation.
```
ERROR in ./~/slate-mentions/dist/ind…
-
#### Do you want to request a _feature_ or report a _bug_?
Bug
#### What's the current behavior?
Unable to override **editor.insertNode** and **editor.insertFragment**
```
const MyEditor = …