I have an application where I make an API request and get its return, it contains pagination of the returned items, in the ListView when I add the dynamic rendering of items everything works normally, but when activating infinite scroll in the FlutterFlow UI dashboard it does not show any inconsistency, but When running in test mode it doesn't compile and gives me a huge error, and it only happens when I activate Infinite Scroll, if I remove it everything starts working again, could anyone help me?
Infinite Scroll not working
Troubleshooting
I've tried leaving the next page settings without the next page settings, I've already added the next page settings, but nothing makes it work

No