1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 05:39:59 +00:00

fix warnings and rename unsafe lifecycle function (#5814)

This commit is contained in:
Michael An
2023-12-06 17:24:05 +08:00
committed by GitHub
parent a9a8fea273
commit 429eecdd06
50 changed files with 89 additions and 91 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import CodeMirror from '@uiw/react-codemirror';
import { EditorView } from "@codemirror/view"
import { EditorView } from '@codemirror/view';
import { loadLanguage } from '@uiw/codemirror-extensions-langs';
import { Utils } from '../../utils/utils';