Simply wraping the async call using Task { } did the trick for me.
async
Task { }
.refreshable { Task { await vm.loadPopularTeachers() await vm.loadExpertTeachers() } }