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
If a NodePart renders a Promise, then another value (any other), and then the first Promise again, it will not do anything when it resolves. I'm also fairly certain that other scenarios with Promises are broken, and it needs a more robust implementation.
The text was updated successfully, but these errors were encountered:
There are some bugs with rendering Promises.
If a NodePart renders a Promise, then another value (any other), and then the first Promise again, it will not do anything when it resolves. I'm also fairly certain that other scenarios with Promises are broken, and it needs a more robust implementation.
The text was updated successfully, but these errors were encountered: