diff --git a/TODO.md b/TODO.md index 8083554..a8cc5e9 100644 --- a/TODO.md +++ b/TODO.md @@ -34,8 +34,8 @@ For example: - [x] wvcc bug: Nested static view classes are not seen by compiler - This required tweaking how the configurations are passed around. Ultimately, we should strive for less complexity in this regard. -- [ ] `OutletContainer` trait or interface for components which can contain an `` child. -- [ ] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate. +- [x] `OutletContainer` trait or interface for components which can contain an `` child. +- [x] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate. ## 0.1.2 - [x] `Outlet` component for rendering children like so: