Add nested static view classes bug to TODO.md.

This commit is contained in:
Jesse Brault 2025-01-25 00:44:45 -06:00
parent 525932668f
commit 74c5698d1b

View File

@ -27,6 +27,7 @@ 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~~
- [x] di bug: @Singleton toSelf() causes stack overflow
- [ ] wvcc bug: Nested static view classes are not seen by compiler
- [ ] `OutletContainer` trait or interface for components which can contain an `<Outlet />` child.
- [ ] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate.