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 3541ee4 commit 216dcf8Copy full SHA for 216dcf8
dash/dash-renderer/src/dashApi.ts
@@ -3,6 +3,7 @@ import {DashContext, useDashContext} from './wrapper/DashContext';
3
import {getPath} from './actions/paths';
4
import {getStores} from './utils/stores';
5
import ExternalWrapper from './wrapper/ExternalWrapper';
6
+import {stringifyId} from './actions/dependencies';
7
8
/**
9
* Get the dash props from a component path or id.
@@ -32,5 +33,6 @@ function getLayout(componentPathOrId: string[] | string): any {
32
33
ExternalWrapper,
34
DashContext,
35
useDashContext,
- getLayout
36
+ getLayout,
37
+ stringifyId
38
};
0 commit comments