fix: remove undefined eslint rule reference, downgrade react-hooks plugin to v5

This commit is contained in:
RockChinQ
2026-04-03 12:18:31 +08:00
parent 5c59ecbbbd
commit 82341702a8
4 changed files with 13 additions and 268 deletions

View File

@@ -31,7 +31,6 @@ enum PluginOperationType {
UPDATE = 'UPDATE',
}
// eslint-disable-next-line react/display-name
const PluginInstalledComponent = forwardRef<PluginInstalledComponentRef>(
(props, ref) => {
const { t } = useTranslation();