I have a list view which shows a list of questions that I created. However, when I edit a question, it's position in the list changes. Why would this happen?
- I don't have any sort options on my backend query.
- I'm pulling the list from Supabase.
How can I make sure the position in the list item stays the same even after editing or when reloading the page. Looking for consistency in the way the list is presented.
TIA.