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 163ff7b commit d6f5870Copy full SHA for d6f5870
packages/solid-router/src/lazyRouteComponent.tsx
@@ -78,7 +78,7 @@ export function lazyRouteComponent<
78
initialValue: comp,
79
ssrLoadFrom: 'initial',
80
})
81
- return <>{compResource()}</>
+ return <Dynamic component={compResource()} {...props} />
82
}
83
84
return <Dynamic component={comp} {...props} />
0 commit comments