Skip to content

uuidv4() is deprecated. Use v4() from the uuid module instead.

수정하기
문서 생성 2023-02-25 22:13:56 최근 수정 2023-02-25 22:15:33

uuidv4() is deprecated. Use v4() from the uuid module instead.

uuidv4를 사용하다가 만난 에러.

위와 같이 변경해서 사용하면 된다.

import { v4 as uuid } from 'uuid';

LINKS TO THIS PAGE

Tags