Question: clientSideProps not passed to page component?
Blitz2145 opened this issue · 2 comments
Blitz2145 commented
I was wondering if a page component is supposed to receive props returned from the clientSideProps
function? I was
expecting them to be spread here:
relay-nextjs/src/wired/component.tsx
Line 167 in eede205
Feel free to close if working as intended.
rrdelaney commented
I definitely think this is a bug in the implementation. We really only use it at Revere for redirects, so it seems like this flew under the radar.