4. debug - LoveVin/billkeeping-react GitHub Wiki

1. VM3208:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0 at JSON.parse ()

出现这个错误的代码部分如下:

setTags(JSON.parse(window.localStorage.getItem('tags') || '[]'));

很明显,该错误的意思是说 JSON.parse(string),里面接受的必须是 string,错误在于传递的参数不是

⚠️ **GitHub.com Fallback** ⚠️