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 8b3c153 commit 9874f8aCopy full SHA for 9874f8a
components/dash-table/tests/visual/percy-storybook/fixtures.ts
@@ -1,5 +1,12 @@
1
import {ColumnType, Presentation} from 'dash-table/components/Table/props';
2
3
+// Mock dash 3.0 dash_component_api
4
+(window as any).dash_component_api = {
5
+ useDashContext: () => ({
6
+ useLoading: () => false
7
+ })
8
+};
9
+
10
export default [
11
{
12
name: 'fixed rows -> dropdown',
0 commit comments