Remake Divider component #125
Annotations
11 warnings
build
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:
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:
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:
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:
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:
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:
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:
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:
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:
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
|
build:
src/pages/bibliography/BibSettings.jsx#L101
React Hook useEffect has missing dependencies: 'bibliography' and 'navigate'. Either include them or remove the dependency array
|