This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
feat(editor): plugins renderers config object #631
Annotations
5 errors and 1 warning
Run yarn lint:tsc:
src/frontend/editor.tsx#L7
Module '"@serlo/editor"' has no exported member 'BaseEditor'.
|
Run yarn lint:tsc:
src/frontend/editor.tsx#L35
Type '{ children: (editor: ReactNode) => Element; initialState: { plugin: string; } & { state?: unknown; }; basicPluginsConfig: { enableTextAreaExercise: boolean; allowImageInTableCells: boolean; exerciseVisibleInSuggestion: boolean; allowedChildPlugins: string[]; multimediaConfig: { ...; }; }; customPlugins: ({ ...; } | ...' is not assignable to type 'IntrinsicAttributes & SerloEditorProps'.
|
Run yarn lint:tsc:
src/frontend/editor.tsx#L39
Property 'i18n' does not exist on type 'ReactNode'.
|
Run yarn lint:tsc:
src/frontend/toolbar/index.tsx#L11
Module '"@serlo/editor"' has no exported member 'BaseEditor'.
|
Run yarn lint:tsc
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading