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 e9f648d commit c32972aCopy full SHA for c32972a
lib/utils/index.js
@@ -52,7 +52,7 @@ export function tryJSONStringify(data) {
52
try {
53
return JSON.stringify(data);
54
} catch (jsonError) {
55
- return undefined;
+ return null;
56
}
57
58
0 commit comments