Files
TUIkit/Sources/TUIkitView/Rendering
phranck f2b79d266d Fix: measureChild crashes on @Environment(Observable.self) lookups
- Skip Renderable views in body-traversal path (they use renderToBuffer, not body)
- Set up full hydration context before evaluating composite view body
- Renderable views now fall through to render-to-measure fallback correctly
- Add regression test with @Observable model in measureChild
2026-02-16 01:30:27 +01:00
..