We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf3bc99 + 868b33a commit cf1fa3dCopy full SHA for cf1fa3d
src/NoticeList.tsx
@@ -83,7 +83,7 @@ const NoticeList: FC<NoticeListProps> = (props) => {
83
onAllRemoved={() => {
84
onAllNoticeRemoved(placement);
85
}}
86
- onAppearPrepare={async (element) => {
+ onAppearPrepare={(element) => {
87
if (element.parentNode.lastElementChild === element) {
88
setLatestNotice(element as HTMLDivElement);
89
}
0 commit comments