blitz-js / babel-plugin-superjson-next

Automatically transform your Next.js Pages to use SuperJSON
MIT License
125 stars 15 forks source link

Handle "props: undefined" gracefully #51

Closed Skn0tt closed 3 years ago

Skn0tt commented 3 years ago

See #48

Returning { props: undefined } in getServerSideProps / getStaticProps results in #48. This PR changes it to just return undefined again, so Next.js can show its own error screen.