`console.log(JSON.parse(user?.settings?.hello))` `message: "undefined" is not valid JSON`

console.log(JSON.parse(user?.settings?.hello))
message: "undefined" is not valid JSON
Was this page helpful?