We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1964b59 commit f77b68bCopy full SHA for f77b68b
package.json
@@ -111,8 +111,8 @@
111
"@doc-tools/transform": "^2.16.0",
112
"@gravity-ui/uikit": "^3.18.0 || ^4.1.0",
113
"lodash": "^4.17.20",
114
- "react": "^16.8.0 || ^17.0.0",
115
- "react-dom": "^16.8.0 || ^17.0.0"
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
116
},
117
"lint-staged": {
118
"*.{css,scss}": [
src/react/YfmEditorComponent.tsx
@@ -5,6 +5,7 @@ export type YfmEditorComponentProps = {
5
className?: string;
6
autofocus?: boolean;
7
editor: YfmEditor;
8
+ children?: React.ReactNode;
9
};
10
11
export const YfmEditorComponent: React.FC<YfmEditorComponentProps> = ({
0 commit comments