EbenFergy / movieApp

Avoid using console in code that runs on browser JS-0002
Bug risk
Major
2 occurrences in this check
Unexpected console statement
 6  const { trendingApiData, trendingIsLoading, trender } = useContext(context); 
 7  //   console.log("...trender", trender); 
 8  trendingApiData && 
 9    console.log("...Trending apiData in Tending", trendingApiData); 10 
11  return ( 
12    <div className="sectionsStyle"> 
Unexpected console statement
 5const Comedy = ({}) => { 
 6  const { comedyApiData, comedyIsLoading, trender } = useContext(context); 
 7  //   console.log("...trender", trender); 
 8  comedyApiData && console.log("...Trending apiData in Tending", comedyApiData);  9 
10  return ( 
11    <div className="sectionsStyle">