Update nvm to be at lease 20.11 due to errors #1696
Annotations
2 warnings
|
exercise-src/react-native/16-security/01-problem/src/shared/services/auth/AuthProvider.tsx#L48
The 'signOut' function makes the dependencies of useMemo Hook (at line 106) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'signOut' in its own useCallback() Hook
|
|
exercise-src/react-native/16-security/01-problem/src/shared/services/auth/AuthProvider.tsx#L25
The 'signIn' function makes the dependencies of useMemo Hook (at line 106) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'signIn' in its own useCallback() Hook
|
The logs for this run have expired and are no longer available.
Loading