From 301f00e9a442228e5eb618d7f02eddf222863af6 Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:10:37 +0200 Subject: [PATCH] Added a todo. --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 2466268..d94d67c 100644 --- a/TODO.md +++ b/TODO.md @@ -24,6 +24,10 @@ For example: ## 0.1.2 - [ ] di bug: @Singleton toSelf() causes stack overflow +- [ ] `Outlet` component for rendering children like so: +``` + +``` ## 0.1.1 - [x] `Switch` and `Case` components