Skip to content

Commit 216dcf8

Browse files
committed
Expose stringifyId
1 parent 3541ee4 commit 216dcf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dash/dash-renderer/src/dashApi.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {DashContext, useDashContext} from './wrapper/DashContext';
33
import {getPath} from './actions/paths';
44
import {getStores} from './utils/stores';
55
import ExternalWrapper from './wrapper/ExternalWrapper';
6+
import {stringifyId} from './actions/dependencies';
67

78
/**
89
* Get the dash props from a component path or id.
@@ -32,5 +33,6 @@ function getLayout(componentPathOrId: string[] | string): any {
3233
ExternalWrapper,
3334
DashContext,
3435
useDashContext,
35-
getLayout
36+
getLayout,
37+
stringifyId
3638
};

0 commit comments

Comments
 (0)