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
front-end-monorepo/packages/app-project/src/screens/ClassifyPage/components/ClassifierWrapper/ClassifierWrapper.js
Line 93 in 065b7ed
Spotted while I was working on #6589. This comment says shallow routing isn't supported by Next.js. It's supported by the pages router in versions 13, 14, and 15. Documentation here: https://nextjs.org/docs/pages/building-your-application/routing/linking-and-navigating#shallow-routing
In fact, I used it in #6216 to remember which workflow you are working on after going to Talk and back.
front-end-monorepo/packages/app-project/src/screens/ClassifyPage/ClassifyPageConnector.js
Lines 46 to 50 in 0b1e5aa
The text was updated successfully, but these errors were encountered:
No branches or pull requests
front-end-monorepo/packages/app-project/src/screens/ClassifyPage/components/ClassifierWrapper/ClassifierWrapper.js
Line 93 in 065b7ed
Spotted while I was working on #6589. This comment says shallow routing isn't supported by Next.js. It's supported by the pages router in versions 13, 14, and 15. Documentation here:
https://nextjs.org/docs/pages/building-your-application/routing/linking-and-navigating#shallow-routing
In fact, I used it in #6216 to remember which workflow you are working on after going to Talk and back.
front-end-monorepo/packages/app-project/src/screens/ClassifyPage/ClassifyPageConnector.js
Lines 46 to 50 in 0b1e5aa
The text was updated successfully, but these errors were encountered: