We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab075e3 commit b28393dCopy full SHA for b28393d
packages/compass-components/src/components/document-list/element.tsx
@@ -15,7 +15,6 @@ import {
15
ElementEvents,
16
ElementEditor,
17
DEFAULT_VISIBLE_ELEMENTS,
18
- objectToIdiomaticEJSON,
19
} from 'hadron-document';
20
import BSONValue from '../bson-value';
21
import { spacing } from '@leafygreen-ui/tokens';
packages/compass-crud/src/components/editable-document.spec.tsx
@@ -5,7 +5,6 @@ import { expect } from 'chai';
5
import sinon from 'sinon';
6
7
import EditableDocument from './editable-document';
8
-import { CompassComponentsProvider } from '@mongodb-js/compass-components';
9
10
describe('<EditableDocument />', function () {
11
describe('render', function () {
0 commit comments