RevereCRE/relay-nextjs

Question: clientSideProps not passed to page component?

Blitz2145 opened this issue · 2 comments

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:

return { __wired__client__context: context };

Feel free to close if working as intended.

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.

This should be fixed in 6c56e28 thanks to @ederski. Will release soon!