From b55cea174d0dd29f135a9884a7aaca51b2d833c0 Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:55:10 +0200 Subject: [PATCH] Added todos. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 768e37a..ecb2116 100644 --- a/TODO.md +++ b/TODO.md @@ -26,6 +26,8 @@ For example: - [ ] refactor tools/gradle start scripts to use dist instead of custom bin script - [ ] have custom bin/* scripts which point to dist(s) for convenience - [ ] di bug: @Singleton toSelf() causes stack overflow +- [ ] `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. ## 0.1.2 - [x] `Outlet` component for rendering children like so: