Added a todo.

This commit is contained in:
JesseBrault0709 2024-06-12 19:10:37 +02:00
parent 3af495d458
commit 301f00e9a4

View File

@ -24,6 +24,10 @@ For example:
## 0.1.2 ## 0.1.2
- [ ] di bug: @Singleton toSelf() causes stack overflow - [ ] di bug: @Singleton toSelf() causes stack overflow
- [ ] `Outlet` component for rendering children like so:
```
<Outlet children={children} />
```
## 0.1.1 ## 0.1.1
- [x] `Switch` and `Case` components - [x] `Switch` and `Case` components