mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -26,10 +26,8 @@ export function useIntersectionObserver(): [
|
||||
(el?: Element | null) => void,
|
||||
IntersectionObserverEntry | null
|
||||
] {
|
||||
const [
|
||||
intersectionObserverEntry,
|
||||
setIntersectionObserverEntry,
|
||||
] = useState<IntersectionObserverEntry | null>(null);
|
||||
const [intersectionObserverEntry, setIntersectionObserverEntry] =
|
||||
useState<IntersectionObserverEntry | null>(null);
|
||||
|
||||
const unobserveRef = useRef<(() => unknown) | null>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user