You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I tried your Angular example https://codesandbox.io/s/relaxed-lake-i3925
While the demo works well on the server, when I manually copy the exact same code into a more recent Angular setup then it's blocked on pending and never show the api text.Because this library is framework agnostic, I suspect that the issue come from the fact that my npm install odwnload a more recent version of promistate which has introduced the regression ?
I have a secondary goal of using observable casted into a Promise with your lib such as this instead of fetch
So I tried your Angular example https://codesandbox.io/s/relaxed-lake-i3925
While the demo works well on the server, when I manually copy the exact same code into a more recent Angular setup then it's blocked on pending and never show the api text.Because this library is framework agnostic, I suspect that the issue come from the fact that my npm install odwnload a more recent version of promistate which has introduced the regression ?
I have a secondary goal of using observable casted into a Promise with your lib such as this instead of fetch
It works when I call load twice.. yet it manage to still display pending... along with the API text.
I hope this can give insight for the regression.
The text was updated successfully, but these errors were encountered: