Add book and webpage in sourceTypes.json #117
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build the project:
src/context/AuthContext.jsx#L38
The 'signup' function makes the dependencies of useMemo Hook (at line 100) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'signup' in its own useCallback() Hook
|
Build the project:
src/context/AuthContext.jsx#L44
The 'login' function makes the dependencies of useMemo Hook (at line 100) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'login' in its own useCallback() Hook
|
Build the project:
src/context/AuthContext.jsx#L49
The 'logout' function makes the dependencies of useMemo Hook (at line 100) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'logout' in its own useCallback() Hook
|
Build the project:
src/context/AuthContext.jsx#L54
The 'verifyEmail' function makes the dependencies of useMemo Hook (at line 100) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'verifyEmail' in its own useCallback() Hook
|
Build the project:
src/context/AuthContext.jsx#L59
The 'resetPassword' function makes the dependencies of useMemo Hook (at line 100) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'resetPassword' in its own useCallback() Hook
|
Build the project:
src/context/AuthContext.jsx#L64
The 'updateEmail' function makes the dependencies of useMemo Hook (at line 100) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'updateEmail' in its own useCallback() Hook
|
Build the project:
src/context/AuthContext.jsx#L72
The 'changePassword' function makes the dependencies of useMemo Hook (at line 100) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'changePassword' in its own useCallback() Hook
|
Build the project:
src/context/AuthContext.jsx#L79
The 'deleteAccount' function makes the dependencies of useMemo Hook (at line 100) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'deleteAccount' in its own useCallback() Hook
|
Build the project:
src/context/DialogContext.tsx#L247
React Hook useEffect has a missing dependency: 'dialogs'. Either include it or remove the dependency array
|
Build the project:
src/pages/home/Home.jsx#L43
React Hook useEffect has missing dependencies: 'bibliographies', 'location.search', and 'navigate'. Either include them or remove the dependency array
|
Loading