case getType(editorLanguageChangeWithKey):
      return mapInstanceWithKey(state, action.meta.key, instance => ({
        ...instance,
        language: action.payload.value,
      }));