I have about 500 tasks.
The first, I only show 30 tasks. When I scroll down, I will call api to update task list.
Each api called, I added 30 task to task list.
But after call api and task is added to task list. If I scroll up/down continuously => occur duplicate task same task id.
Please tell me root cause this problem