useState bool 값 초기화

Youje0·2022년 11월 21일
0
const changeCheck = () => {
    setIsCheck((check: boolean) => !check);
  };
profile
ㅠㅠ

0개의 댓글