Argument of type 'null' is not assignable to parameter of type 'Element'

前端 未结 0 1449
悲哀的现实
悲哀的现实 2021-02-05 18:47
const Popular: React.FC = () => {
    const history = useHistory();
    const loadingRef = useRef(null);
    const [page, setPage] = useState(1);

   ......

    useE         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题