Anas Zouaoui
Results
1
comments of
Anas Zouaoui
can you try this after let dataPromise; onMount(async () => { const user = // get the user object or access it from props dataPromise = loadProjects(user.accessToken); }); you can...