Revert "PanelQueryRunner: Use rxjs merge, not lodash merge (#96881)" (#96999)

This reverts commit a8b6c81d12.
This commit is contained in:
Leon Sorokin 2024-11-25 12:12:37 -06:00 committed by GitHub
parent 287ce2ef40
commit ac04abb7a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
import { cloneDeep, isEqual } from 'lodash';
import { Observable, of, ReplaySubject, Unsubscribable, merge } from 'rxjs';
import { cloneDeep, merge, isEqual } from 'lodash';
import { Observable, of, ReplaySubject, Unsubscribable } from 'rxjs';
import { map, mergeMap, catchError } from 'rxjs/operators';
import {