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
https://github.com/kirill-konshin/next-redux-wrapper/blob/types-enchancements/packages/wrapper/tests/server.spec.tsx#L22-L32
The unit test is named test('getServerSideProps', ... but it calls getStaticProps() instead of getServerSideProps().
test('getServerSideProps', ...
The text was updated successfully, but these errors were encountered:
Thanks, fixed
Sorry, something went wrong.
Fix #326
fff9c4e
Types enchancements (#295)
e2255c2
* Fix #280 * Fix #207 * Minor fixes * Updated API * Updated versions * Update README.md * Fixed demos & tests * Github Action * Make demo-dynamic private * Fix #326 * Fix hot reloading issues by removing the store from window (#324) Co-authored-by: Melanie Seltzer <melleh11@gmail.com> Co-authored-by: Daniel Ferenc Balogh <danielferencortel@gmail.com>
No branches or pull requests
https://github.com/kirill-konshin/next-redux-wrapper/blob/types-enchancements/packages/wrapper/tests/server.spec.tsx#L22-L32
The unit test is named
test('getServerSideProps', ...
but it calls getStaticProps() instead of getServerSideProps().The text was updated successfully, but these errors were encountered: