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 cd5534c commit ffff73dCopy full SHA for ffff73d
dash/dash-renderer/src/dashApi.ts
@@ -35,9 +35,7 @@ function getLayout(componentPathOrId: DashLayoutPath | string): any {
35
}
36
37
38
-window.dash_component_api = Object.assign(
39
- window.dash_component_api || {},
40
- {
+window.dash_component_api = Object.assign(window.dash_component_api || {}, {
41
ExternalWrapper,
42
DashContext,
43
useDashContext,
@@ -48,5 +46,4 @@ window.dash_component_api = Object.assign(
48
46
useDevtool,
49
47
useDevtoolMenuButtonClassName
50
51
- }
52
-);
+});
0 commit comments