v4.5 (#403)
This commit is contained in:
@@ -32,8 +32,6 @@ function Error() {
|
||||
}
|
||||
|
||||
export async function getServerSideProps(context: any) {
|
||||
console.log('[render error]: ', context);
|
||||
|
||||
return {
|
||||
props: { ...(await serviceSideProps(context)) }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user