We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b76918 commit 93f98c3Copy full SHA for 93f98c3
packages/next/src/next-devtools/dev-overlay/utils/save-devtools-config.ts
@@ -32,7 +32,7 @@ export function saveDevToolsConfig(patch: DevToolsConfig) {
32
if (!validation.success) {
33
console.warn(
34
'[Next.js DevTools] Invalid config patch:',
35
- validation.error.errors[0].message
+ validation.error.message
36
)
37
return
38
}
0 commit comments