Solutionunvalidated

Update MasterSteps by returning the next state from set (e.g., set(state => ({ MasterSteps: [...state.MasterSteps, o] }))). Ensure initialState doesn’t conflict by removing or relocating the default MasterSteps: [] value if initialState already provides it.

0f60fb92-270a-4ed9-87ea-b76f863fb967

Update MasterSteps by returning the next state from set (e.g., set(state => ({ MasterSteps: [...state.MasterSteps, o] }))). Ensure initialState doesn’t conflict by removing or relocating the default MasterSteps: [] value if initialState already provides it.