1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 05:04:08 +02:00

fix(frontend-embed): 型チェックエラーを修正 (#15216)

* fix(frontend): frontend / frontend-embedにあるtsconfig.jsonのmoduleをES2022にする

* fixed errors

* fixed errors

* fixed errors

* fix(frontend-embed): 型チェックエラーを修正
This commit is contained in:
おさむのひと
2025-01-08 21:00:02 +09:00
committed by GitHub
parent bb4457266d
commit 13439e04c4
3 changed files with 16 additions and 12 deletions

View File

@@ -415,8 +415,6 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEven
return [h(EmEmoji, {
key: Math.random(),
emoji: token.props.emoji,
menu: props.enableEmojiMenu,
menuReaction: props.enableEmojiMenuReaction,
})];
}