I have an app which uses OneFlexibleChildVerticalLayout. I have not built the app recently, and I noticed that it’s currently failing.
It seems like the error is in layout() from the following code: actualChild = document[flexibleChild]; document is never being set, and I’m not sue what the purpose of “document” is at all. Why not just use flexibleChild? Harbs