Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not un-mount components before replacing them
Before, we were setting component to null while looking for a match. This was fine until we made everything async, because then setting the new component wasn't happening in the same tick of the event loop anymore. Fixes #136
- Loading branch information