Andrey

Results 4 issues of Andrey

The following example: ``` import React from "react"; import { Editor, EditorState, Modifier } from "draft-js"; import "./styles.css"; import { convertToHTML } from "draft-convert"; export default function App() { const...

Right now it is impossible to customise schema without subclassing `QuartSchema` and using it everywhere. E.g. I needed to add `operationId` to my schema, and the only way is to...

https://github.com/MailRuChamps/raic/blob/dd292af487f7c2c3315f48a9248910aecb7d0543/docs/ru/Game.tex#L138