const preplugHighlight = (e$: Observable<RootAction, never>) =>
  e$.thru(ofType(wpActions.change)).map(a => highlightChange(a.payload.value));