fix(deps): update dependency @types/node to v20.17.7 #5807
Annotations
3 warnings
Lint:
app/src/components/details/JournalViewPage.tsx#L77
React Hook useEffect has a missing dependency: 'dateFilter'. Either include it or remove the dependency array
|
Lint:
app/src/components/overview/journals/useJournalProperties.tsx#L77
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Lint:
app/src/components/overview/overviewList/wrappers/useOverviewCollection.ts#L36
The 'onIndexChange' function makes the dependencies of useMemo Hook (at line 17) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onIndexChange' in its own useCallback() Hook
|
Loading