[JavaScript] Uncaught URIError: URI malformed at decodeURIComponent (<anonymous>) 오류 해결 방법

2022. 11. 21. 16:53에러 모음

Uncaught URIError: URI malformed
    at decodeURIComponent (<anonymous>)
    at main:000:00

 

decodeURIComponent(string) unescape(string)으로 바꿔준다.