Block should work inside LazyBlock (#3546)
Previously we were locking down the state even when calling layout in LazyBlock. Now we lock only when building children. Making this work well involved moving the catch out of lockState and into the few callers who actually wanted it. Fixes #3534
Showing
This diff is collapsed.
Please register or sign in to comment