I have a very weird situation going on where i make an update to a specific item in a list using the index..but instead of it to get updated.. on the UI it is actually being removed from the rendered list.
i am rendering the list and using a filter fomular to render question items under the right section based on the id.
the list is being rendered via context from the top component from a fomular tied to the variable...this same approach worked with rendering the sections.
So i am not so sure why its behaving differently for the questions.