I have the following code:
const [customerArticle, setArticleList] = useState([]) const appendRowsToFile = async () => { let cA = customerArticle;