Solutionunvalidated
Stop using `nativeEvent.path` in the action payload. Dispatch explicit values instead (e.g., pass the trait `id` and input value directly in `payload` from the UI) and update the reducer based on those fields.
d82affff-6a61-4742-af5d-a995c977a9c9
Stop using nativeEvent.path in the action payload. Dispatch explicit values instead (e.g., pass the trait id and input value directly in payload from the UI) and update the reducer based on those fields.