You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PrivatePage is the component defined above, and it does not have getInitialProps at line 131, then we define it right after. Maybe the boolean pageGetInitialProps should be Page.getInitialProps, where Page is the component given to the hoc as an argument (the actual Page)
The text was updated successfully, but these errors were encountered:
These lines seem really weird:
vulcan-next/packages/@vulcan/next-utils/routing.tsx
Lines 131 to 145 in 969aca6
PrivatePage is the component defined above, and it does not have
getInitialProps
at line 131, then we define it right after. Maybe the booleanpageGetInitialProps
should bePage.getInitialProps
, wherePage
is the component given to the hoc as an argument (the actual Page)The text was updated successfully, but these errors were encountered: