feat: implement uncontrolled components #76
Annotations
5 warnings
|
Quality checks (1):
src/shared/hooks/usePokedex.ts#L92
React Hook useEffect has a missing dependency: 'fail'. Either include it or remove the dependency array
|
|
Quality checks (1):
src/course/02-lessons/02-Silver/Provider/final/Provider.tsx#L14
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Quality checks (1):
src/course/02-lessons/01-Bronze/PresentationalAndContainer/final/final.tsx#L149
React Hook useEffect has a missing dependency: 'getCheckoutInfo'. Either include it or remove the dependency array
|
|
Quality checks (1):
src/course/02-lessons/01-Bronze/PresentationalAndContainer/final/final.tsx#L114
React Hook useEffect has a missing dependency: 'getCheckoutInfo'. Either include it or remove the dependency array
|
|
Quality checks (1):
src/course/02-lessons/01-Bronze/PresentationalAndContainer/exercise/exercise.tsx#L48
React Hook useEffect has a missing dependency: 'getCheckoutInfo'. Either include it or remove the dependency array
|