Hello! Is there a best practice for passing properties down a view hierarchy that is composed as a View that has a UIKit view that then has a View?
The properties easily go from the first View struct to the representable Struct in the update method. Is there a recommended way to, on each update, pass those properties from the UIKit view representable struct to its subview, which is itself a UIHostingView+View?
The properties easily go from the first View struct to the representable Struct in the update method. Is there a recommended way to, on each update, pass those properties from the UIKit view representable struct to its subview, which is itself a UIHostingView+View?