🚨(lint) update file for prettier 3.0.0
Prettier 3.0.0 comes with new standards so we need to upgrade our files to comply with it.
This commit is contained in:
@@ -2,7 +2,7 @@ import { RefObject, useEffect } from "react";
|
||||
|
||||
export const useHandleClickOutside = (
|
||||
ref: RefObject<HTMLDivElement>,
|
||||
onClickOutside: any
|
||||
onClickOutside: any,
|
||||
) => {
|
||||
useEffect(() => {
|
||||
const outsideListenerEvent = (event: MouseEvent) => {
|
||||
|
||||
Reference in New Issue
Block a user