: import { useState } from "react"; 를 넣어주었는지 확인하자.
: 해당 배열을 불러올때 key값을 넣어주었는지 확인하자.
ex) <li key={uuidv4()}>~</li>