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
Thanks for the report. I will check it out. I think it is the same as this one: #165
but now I should have a solid reproducer for for this. You can also try the fix proposed for the #165 and see if it solves this problem. If it solves, please feel free to submit a PR with the fix and your case put in as a unit test.
I have a utility component that transitions between states when waiting for async functions to resolve.
It looks like this
I've found a couple issues using this.
Wrapping with an anonymous function fixes this.
However, now it only renders the AsyncStateLoader component once.
Which means it only outputs the following, stating that it is still waiting for the promise to be resolved.
If I change the createState function to run in another tick it fixes it.
The text was updated successfully, but these errors were encountered: