Konstantin

Results 2 issues of Konstantin

**Description** Documentation page(Installing slate) fix: proper use of `useState` for an editor initialization. A clear and concise description of what this pull request solves. (Please do not just link to...

### Description `state.matches()` narrows typings incorrectly in particular cases mentioned below: 1. Nested condition is always `false`, but typescript doesn't warn ``` if (state.matches(StateA)) { if (state.matches(StateB)) { } }...

bug