Can someone explain to me why `BocWithConstraints`...
# compose
t
Can someone explain to me why
BocWithConstraints
skips a Frame before rendering its child nodes? [wrong call]
z
It shouldn’t, that sounds like a regression
what version are you seeing this on? i just checked and it’s definitely composing its children immediately
t
177 ok if thats the case i will Look for other Bugs in my code
z
if you wanna post your code we might be able to help you debug
g
Random offshoot question, how do you know when something is skipping a frame?
t
I don't fully It was a visual glitch and I tested it with debug messages (print's) And it got resolved wenn I replaced BocWithConstraints with a normal Box so I guessed ther could be a problem
👍 1