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
After merging last changing in I'm getting this ts error on SSG:
Type '(context: any) => Promise<StaticPathsOutput>' is not assignable to type 'GetStaticPaths<CommonServerSideParams<ParsedUrlQuery>>'
The text was updated successfully, but these errors were encountered:
Did you run into conflict?
I can't help much on this, you'll need to go through the commits yourself and see what was changed and how it might impact your fork.
Related to the changes Next 10 made to their typings. See #190
Sorry, something went wrong.
Mainly related to b30dda8 (#190)
b30dda8
Yeah, after building it went away, probably some cache or something else.
No branches or pull requests
After merging last changing in I'm getting this ts error on SSG:
The text was updated successfully, but these errors were encountered: