I use function parseJwt to convert token, in console it display object, but when i save it in localstorage it display [object Object], and i cant use JSON.parse it in another component
localStorage.setItem('response', parseJwt(JSON.stringify(response.data.token)));
console.log(parseJwt(JSON.stringify(response.data.token)));