@kotlin-mui: I noticed that specifying a property ...
# javascript
m
@kotlin-mui: I noticed that specifying a property type like
OutlinedTextFieldProps
for
TextField
leads to not having the
ChildrenBuilder
in the current scope - This also means that it’s not possible to nest other (kotlin-mui) components without casting to the ChildrenBuilder first. Is there a nice way to solve this issue?
t
Context receivers 🙂
Or temp components if you have fixed type parameter (like in your case)