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.
2 parents c18a6c1 + 5c11dd3 commit 2ed9392Copy full SHA for 2ed9392
dash/dash-renderer/src/wrapper/DashContext.tsx
@@ -18,7 +18,7 @@ type LoadingOptions = {
18
* Useful if you want the loading of a child component
19
* as the path is available in `child.props.componentPath`.
20
*/
21
- rawPath?: boolean;
+ rawPath?: (string | number)[];
22
/**
23
* Function used to filter the properties of the loading component.
24
* Filter argument is an Entry of `{path, property, id}`.
0 commit comments