We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbb277 commit b4ebe7aCopy full SHA for b4ebe7a
packages/runtime-core/src/warning.ts
@@ -31,7 +31,7 @@ export function popWarningContext() {
31
}
32
33
export function warn(msg: string, ...args: any[]) {
34
- if (!__DEV__) return
+ if (!__DEV__ && !__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__) return
35
36
// avoid props formatting or warn handler tracking deps that might be mutated
37
// during patch, leading to infinite recursion.
0 commit comments