lite-html
lite-html copied to clipboard
Rendering a promise is broken when rendering other values after
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.