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 c677dff commit e49a57cCopy full SHA for e49a57c
src/index.js
@@ -84,7 +84,7 @@ function installRouterPrefetch(
84
.flat()
85
.filter(Component => {
86
return (
87
- Component.cid === undefined && typeof Component === 'function'
+ typeof Component === 'function' && Component.cid === undefined
88
)
89
})
90
},
0 commit comments