Hello Shopify team
I just migrated @Shopify_77 /app-bridge-react from version 3 to 4 and as shown in the migration document, I have applied all changes I putapp-bridge.js and shopify-api-key in index.html and removed old Provider setup, now I am trying to use fetch as document suggest that fetch will automatically authenticate request, but await fetch(myEndPoint) and await shopify.idToken() both not working and it goes to infinite await, how can i solve this issue?
Thanks