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 92714ea commit 02c7202Copy full SHA for 02c7202
packages/app/src/app/utils/Loadable.js
@@ -29,7 +29,7 @@ export default loader =>
29
const { LoadedComponent, hasTimedOut } = this.state;
30
31
if (LoadedComponent) {
32
- return <LoadedComponent />;
+ return <LoadedComponent {...this.props} />;
33
}
34
35
if (hasTimedOut) {
0 commit comments