Fix the solution code for “Using Async Storage” #1400
Annotations
1 warning
Verify React Native Exercises:
exercise-src/react-native/16-security/01-problem/src/services/auth/AuthProvider.tsx#L37
React Hook useMemo has unnecessary dependencies: 'signIn' and 'signOut'. Either exclude them or remove the dependency array. Outer scope values like 'signIn' aren't valid dependencies because mutating them doesn't re-render the component
|
Loading