Error handling: Duplicated components after an error is thrown in a view #2645
Labels
Area: Core
For anything dealing with Mithril core itself
Type: Bug
For bugs and any other unexpected breakage
This is somewhat a duplicate of #2273, but I also haven't seen it mentioned in the thread or anywhere else (or maybe I missed it):
When an error is thrown in a view in Mithril, the diffing engine will often get confused and start rendering multiple copies of the same component to the page.
This seems unexpected, and I haven't seen it mentioned anywhere else. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: