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 8333c6f commit c5dc9f2Copy full SHA for c5dc9f2
packages/solid-router/src/Match.tsx
@@ -293,7 +293,8 @@ export const MatchInner = (props: { matchId: string }): any => {
293
294
// Display pending component if defined
295
const pendingComponent =
296
- route().options.pendingComponent ?? router.options.defaultPendingComponent
+ route().options.pendingComponent ??
297
+ router.options.defaultPendingComponent
298
299
if (pendingComponent) {
300
return (
0 commit comments