본문 바로가기

웹 & 앱 꿀 TIP

moment.js 경고 메시지 수정

728x90
반응형

계속 거지같은  moment.js 경고 메시지가 노출된다.

 

Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info

 

 

난 이런 경로 메시지를 안보고 싶다~ 이말이야..

 

해결방법은 말 그대로 안보이게 하면 된다.

 

코드는 이러하다

moment.suppressDeprecationWarnings = true;

 

이게 진정 정답인지는 모르겠지만.. 

 

안보이게 하고싶다면 이렇게 위의 코드를 기입하시길..!

728x90
반응형