this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix missing useLayoutEffect

+7 -1
+7 -1
src/pages/notifications.jsx
··· 2 2 3 3 import { useIdle } from '@uidotdev/usehooks'; 4 4 import { memo } from 'preact/compat'; 5 - import { useCallback, useEffect, useRef, useState } from 'preact/hooks'; 5 + import { 6 + useCallback, 7 + useEffect, 8 + useLayoutEffect, 9 + useRef, 10 + useState, 11 + } from 'preact/hooks'; 6 12 import { useSearchParams } from 'react-router-dom'; 7 13 import { useSnapshot } from 'valtio'; 8 14