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 30d5757 commit 461c9adCopy full SHA for 461c9ad
packages/solid-router/src/Match.tsx
@@ -63,7 +63,8 @@ export const Match = (props: { matchId: string }) => {
63
(!route().isRoot ||
64
route().options.wrapInSuspense ||
65
resolvedNoSsr ||
66
- matchState()._displayPending) &&
+ matchState()._displayPending ||
67
+ PendingComponent()) &&
68
(route().options.wrapInSuspense ??
69
PendingComponent() ??
70
((route().options.errorComponent as any)?.preload || resolvedNoSsr))
0 commit comments