๐ฅfix : ๋ฆฌ์ค์ผ์ฅด๋ง ๊ณ ์น๊ธฐ #13
Merged
Annotations
3 warnings
|
์ ์ ์ฝ๋ ๊ฒ์ฌ๊ธฐ ์คํ:
components/home-calendar.tsx#L261
React Hook useEffect has a missing dependency: 'getHierarchicalTasksForDate'. Either include it or remove the dependency array
|
|
์ ์ ์ฝ๋ ๊ฒ์ฌ๊ธฐ ์คํ:
components/home-calendar.tsx#L103
The 'today' object construction makes the dependencies of useMemo Hook (at line 164) change on every render. To fix this, wrap the initialization of 'today' in its own useMemo() Hook
|
|
์ ์ ์ฝ๋ ๊ฒ์ฌ๊ธฐ ์คํ:
components/chatbot.tsx#L119
React Hook useEffect has a missing dependency: 'loadHistory'. Either include it or remove the dependency array
|
Loading