Actions
Bug #105422
open@typo3/backend/grid-editor GridEditor.writeConfig() - Property viewState does not exist on type EditorView
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2024-10-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Sources/TypeScript/backend/grid-editor.ts:474:37 - error TS2339: Property 'viewState' does not exist on type 'EditorView'.
474 to: codemirror.editorView.viewState.state.doc.length,
~~~~~~~~~
(Outcast from another change introducing tougher type-assertions.)
Actions