the code was like
getDatas .then((data) => { if (data.msg !== \'ok\') { setError(data.msg); } setData(data.data);