fix: lint warning
This commit is contained in:
@@ -18,7 +18,10 @@ import {
|
|||||||
AlertDialogLabel,
|
AlertDialogLabel,
|
||||||
} from '@reach/alert-dialog';
|
} from '@reach/alert-dialog';
|
||||||
|
|
||||||
function useAutorun(view: (r: IReactionPublic) => any, opts?: IAutorunOptions) {
|
function useAutorun(
|
||||||
|
view: (r: IReactionPublic) => unknown,
|
||||||
|
opts?: IAutorunOptions
|
||||||
|
) {
|
||||||
useEffect(() => autorun(view, opts), [view, opts]);
|
useEffect(() => autorun(view, opts), [view, opts]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user