We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a502f commit 7b858bdCopy full SHA for 7b858bd
packages/use-intl/src/react/useIntlContext.tsx
@@ -7,7 +7,7 @@ export default function useIntlContext() {
7
if (!context) {
8
throw new Error(
9
process.env.NODE_ENV !== 'production'
10
- ? 'No intl context found. Have you configured the provider?'
+ ? 'No intl context found. Have you configured the provider? See https://next-intl-docs.vercel.app/docs/usage/configuration#client-server-components'
11
: undefined
12
);
13
}
0 commit comments