feat: Simple Pivot UI plugin #3311
Annotations
9 errors
Run Tests:
plugins/simple-pivot/src/js/src/DashboardPlugin.tsx#L2
'nanoid' should be listed in the project's dependencies. Run 'npm i -S nanoid' to add it
|
Run Tests:
plugins/simple-pivot/src/js/src/DashboardPlugin.tsx#L3
'@deephaven/dashboard' should be listed in the project's dependencies. Run 'npm i -S @deephaven/dashboard' to add it
|
Run Tests:
plugins/simple-pivot/src/js/src/DashboardPlugin.tsx#L2
'nanoid' should be listed in the project's dependencies. Run 'npm i -S nanoid' to add it
|
Run Tests:
plugins/simple-pivot/src/js/src/DashboardPlugin.tsx#L3
'@deephaven/dashboard' should be listed in the project's dependencies. Run 'npm i -S @deephaven/dashboard' to add it
|
Run Tests
Process completed with exit code 1.
|
Type check:
plugins/simple-pivot/src/js/src/DashboardPlugin.tsx#L65
Argument of type 'typeof SimplePivotPanel' is not assignable to parameter of type 'PanelComponentType<PanelProps, ComponentType<PanelProps>>'.
|
Type check:
plugins/simple-pivot/src/js/src/IrisGridSimplePivotModel.ts#L26
Module '"@deephaven/iris-grid"' has no exported member 'DisplayColumn'. Did you mean to use 'import DisplayColumn from "@deephaven/iris-grid"' instead?
|
Type check:
plugins/simple-pivot/src/js/src/SimplePivotPlugin.ts#L10
Type '({ fetch, }: WidgetComponentProps<Widget>) => Element | null' is not assignable to type 'ComponentType<WidgetComponentProps<unknown>>'.
|
Type check
Process completed with exit code 2.
|
Loading