Skip to content

Commit

Permalink
fix(NA): bad import of rxjs on embeddable plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 4, 2024
1 parent 412358f commit 44d6b77
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import {
import { PresentationPanel, PresentationPanelProps } from '@kbn/presentation-panel-plugin/public';
import { ComparatorDefinition, StateComparators } from '@kbn/presentation-publishing';
import React, { useEffect, useImperativeHandle, useMemo, useRef } from 'react';
import { combineLatest } from 'rxjs';
import { debounceTime, skip } from 'rxjs/operators';
import { combineLatest, debounceTime, skip } from 'rxjs';
import { v4 as generateId } from 'uuid';
import { getReactEmbeddableFactory } from './react_embeddable_registry';
import { startTrackingEmbeddableUnsavedChanges } from './react_embeddable_unsaved_changes';
Expand Down

0 comments on commit 44d6b77

Please sign in to comment.