mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 20:55:46 +08:00
style: fix warning from eslint
This commit is contained in:
@@ -27,7 +27,7 @@ const ToastContainer: React.FC<React.PropsWithChildren<{}>> = () => {
|
||||
key={`toast-${t.id}-${i}`}
|
||||
/>
|
||||
)),
|
||||
[toasts, hover],
|
||||
[toasts, hover],
|
||||
)
|
||||
const hoverHandler = (onHover: boolean) => {
|
||||
if (onHover) {
|
||||
|
||||
Reference in New Issue
Block a user