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
It's not possible to lazy-load a page module using Next.js' Dynamic Import feature (which extends the React.lazy function), if the module relies on custom data provided by its getCustomInitialProps function. If the module doesn't have a getCustomInitialProps function, importing it dynamically works as expected.
The text was updated successfully, but these errors were encountered:
It's not possible to lazy-load a page module using Next.js' Dynamic Import feature (which extends the React.lazy function), if the module relies on custom data provided by its getCustomInitialProps function. If the module doesn't have a getCustomInitialProps function, importing it dynamically works as expected.
The text was updated successfully, but these errors were encountered: