Zheng Mao
Results
2
issues of
Zheng Mao
**Description** when i use insertNodes to insert some elements, i got typescript error. here is my types **Expectation** No TypeScript Error. **Environment** - Slate Version: 0.82.0 - TypeScript Version: 4.6.4...
bug
it takes too much time to write elements. there should be some shortcuts like this: ```js Tags.Meta({ charset: 'UTF-8' }) Tags.Head() Tags.Title() ``` if the type not exist on the...