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 5b78a81 commit cafc942Copy full SHA for cafc942
src/components/result/GenericResultView.tsx
@@ -131,7 +131,7 @@ export function GenericResultView({
131
.parse(result[field])
132
)
133
} catch (e) {
134
- console.error(`Parsing field ${field} failed`, e)
+ console.warn(`Parsing field ${field} failed`, e)
135
return undefined
136
}
137
},
@@ -150,7 +150,7 @@ export function GenericResultView({
150
151
152
153
- console.error(`Parsing array field ${field} failed`, e)
+ console.warn(`Parsing array field ${field} failed`, e)
154
return []
155
156
0 commit comments