Подскажите пож, как можно передать в react компоненте в теле axios.post запроса кусок HTML разметки (
const sendData = async (html: any) => {
if (html) {
const data = {date: from, widgets: htmlRef.current}
await makeReq(() => axios.post(`/api/send/html`, data))
}
}
Получаю в ответ:
index.tsx:59 Uncaught (in promise) TypeError: Converting circular structure to JSON
--> starting at object with constructor 'HTMLTableElement'