It looks like the error you’re encountering is related to rendering the UI using a loop with an index that exceeds the valid range. This typically happens when trying to access an index that is out of bounds in a list.
To better understand the issue, could you share how you are rendering the UI? Specifically, I’d like to see the part of your code where the index might be exceeding the expected range. This will help identify where the extra index is being used.