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.
1 parent cf3bc99 commit d3b7abfCopy full SHA for d3b7abf
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