import { useState, useEffect, useRef } from "react"; const delay = 1; ... the way to use setTimeout or setInterval with hooks is to wrap them in useEffect ...
確定! 回上一頁