In ReactJS, when using fetch with body: JSON.stringify, it gives me the result in double quotation marks
I am trying to fetch a POST HTTP request with a body that picks up some useState variables’ values. However, the response comes back with a double set of quotations. How can I get just a single set of quotations instead of two? Note: the useState values are correct; they are working well. The problem lies in the fetching result.