You saved me. Thank you. I have been stuck on this API for days and the stringify thing worked. Apparently it matters that you stringify within the same block. It says nowhere else that you need to stringify within the same block and not the javascript node next. Thank you.
@AKSHATBAHETY4 ай бұрын
Glad I could help! :)
@AKSHATBAHETY4 ай бұрын
But I don't think it matters when you stringify it, you can do it in the next node also by using the same variable , I have just never made that as a design decision but pretty should work any where if the variable is not getting modified. If I test will let you know here