feat: implement the state lifting & colocation pattern #24
Annotations
3 errors and 5 warnings
Build Website
Process completed with exit code 2.
|
Build Website:
src/course/02- lessons/01-Bronze/StateColocationVsStateLifting/exercise/components/PokemonOptions.tsx#L37
'pokemonId' is declared but its value is never read.
|
Build Website:
src/course/02- lessons/01-Bronze/StateColocationVsStateLifting/exercise/components/Form.tsx#L30
'type' is declared but its value is never read.
|
Static testing:
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
|
Static testing:
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
|
Static testing:
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
|
Static testing:
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
|
Static testing:
src/course/02- lessons/01-Bronze/Hooks/final/final.tsx#L13
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading