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
Problem introduced when Next.js was upgraded to 9.5.0.
Most tests will fail now because <Link>s are used in Layout.
<Link>
Layout
Should be fixed in 9.5.1 release of Next.js: vercel/next.js#15604
The text was updated successfully, but these errors were encountered:
#31 Update nextjs to 9.5.1
a5ba235
Fixes #31
Merge pull request #34 from mitaai/blms/issue31
bb7d0d5
Successfully merging a pull request may close this issue.
Problem introduced when Next.js was upgraded to 9.5.0.
Most tests will fail now because
<Link>
s are used inLayout
.Should be fixed in 9.5.1 release of Next.js: vercel/next.js#15604
The text was updated successfully, but these errors were encountered: