So, I have this asynchronous function
loadData = async (value=1) => { await this.loadSalesData(value);
it works fine when I pass a va