mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 07:24:16 +02:00
refactor(frontend): フロントエンドの型エラー解消 (#16694)
This commit is contained in:
@@ -131,4 +131,4 @@ export const userPreviewDirective = {
|
||||
if (self == null) return;
|
||||
self.preview.detach();
|
||||
},
|
||||
} as Directive<UserPreviewDirectiveElement, string | Misskey.entities.UserDetailed>;
|
||||
} as Directive<UserPreviewDirectiveElement, string | Misskey.entities.UserDetailed | null | undefined>;
|
||||
|
||||
Reference in New Issue
Block a user