Skip to content

Commit 2ed9392

Browse files
authored
Merge pull request #3566 from LudwigAJ/dev
fix to loadingOptions.rawPath type
2 parents c18a6c1 + 5c11dd3 commit 2ed9392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash-renderer/src/wrapper/DashContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type LoadingOptions = {
1818
* Useful if you want the loading of a child component
1919
* as the path is available in `child.props.componentPath`.
2020
*/
21-
rawPath?: boolean;
21+
rawPath?: (string | number)[];
2222
/**
2323
* Function used to filter the properties of the loading component.
2424
* Filter argument is an Entry of `{path, property, id}`.

0 commit comments

Comments
 (0)