mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Explore: Refactor trace view and move to core (#61938)
* Move TraceView to core grafana * Remove unused code * yarn install * Remove jaeger-ui-components from CODEOWNERS and other tools * Type fixes * yarn install * Remove mock that we no longer need * Fix merge conflicts * Re-add Apache license for trace view components * Use an exclamation-circle instead of triangle to denote errors * Remove eslint disables and update betterer results instead
This commit is contained in:
@@ -6,10 +6,6 @@ import { DataFrame, FieldType } from '@grafana/data';
|
||||
|
||||
import { InspectDataTab } from './InspectDataTab';
|
||||
|
||||
// the mock below gets rid of this warning from recompose:
|
||||
// Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
|
||||
jest.mock('@jaegertracing/jaeger-ui-components', () => ({}));
|
||||
|
||||
const createProps = (propsOverride?: Partial<ComponentProps<typeof InspectDataTab>>) => {
|
||||
const defaultProps = {
|
||||
isLoading: false,
|
||||
|
||||
Reference in New Issue
Block a user