Skip to content

Commit 02c7202

Browse files
committed
Fix switching paths
1 parent 92714ea commit 02c7202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/utils/Loadable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default loader =>
2929
const { LoadedComponent, hasTimedOut } = this.state;
3030

3131
if (LoadedComponent) {
32-
return <LoadedComponent />;
32+
return <LoadedComponent {...this.props} />;
3333
}
3434

3535
if (hasTimedOut) {

0 commit comments

Comments
 (0)