Hello, I've been trying to implement paging with P...
# compose
f
Hello, I've been trying to implement paging with Paging 3 (both source and mediator) and Lazy column. Whenever I "scroll too fast" the app crashes with
IllegalArgumentException: Failed requirement
. The stacktrace points to
MeasureAndLayoutDelegate.kt:194
which is
require(!duringMeasureLayout)
. So my question is if I should look for some problem on my side or if it's likely a bug and I should create minimial repro and file an issue. Thanks for reply 🙏
d
It oddly looks like a race condition. I'd say minimal repro.
a
Yes, please file a bug with a repro, it will help to find a fix
f
Ok, I'll see what I can do. Thanks 👌