We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use Nextjs to load the data (getInitialProps) in the child component but apparently it won't run
The text was updated successfully, but these errors were encountered:
I use Nextjs to load the data (getInitialProps) in the child component and it runs. Create the public repo that demonstrates your problem.
Sorry, something went wrong.
from the example in nextjs repo, I slightly modified to
import hoistNonReactStatics from 'hoist-non-react-statics'; ... const reduxPage = comp => hoistNonReactStatics(withRedux(initStore)(comp), comp);
but I do this on _app.js file. what do you think?
_app.js
No branches or pull requests
I use Nextjs to load the data (getInitialProps) in the child component but apparently it won't run
The text was updated successfully, but these errors were encountered: