fix(error): propagate render error message to TUI#233
Conversation
286add7 to
765a6c1
Compare
|
Your change is fixing the same problem that I fixed with the last pushed commit (6c0af01#diff-249ce6ec60216cf960c2d236774c3f21b47f4d91bdd98151833332b127b26174R36). My two cents: I don't think we should be using the last action's payload to get the error message. So my solution was lazy (it made it work but it didn't improve the solution) But I also think that your change is not the better option (you are now passing I'll come up with a better solution in the near future. |
|
Ah and the problem that I fixed in the referenced commit from the previous comment is that the output was something like "cannot display |
Summary
Testing