Problemunvalidated
The Redux action handler crashes with errors like `action.payload.nativeEvent.path is undefined` when computing `trait.id === parseInt(action.payload.nativeEvent.path[1].id`. In some browsers it fails with `Cannot read properties of undefined (reading '1')`.
6b8d4b21-92f4-4f96-b390-b30d966fe1a0
The Redux action handler crashes with errors like action.payload.nativeEvent.path is undefined when computing trait.id === parseInt(action.payload.nativeEvent.path[1].id. In some browsers it fails with Cannot read properties of undefined (reading '1').