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 4200922 commit 25dbc6bCopy full SHA for 25dbc6b
components/etrusted/common/utils.mjs
@@ -1,5 +1,5 @@
1
export const parseObject = (obj) => {
2
- if (!obj) return undefined;
+ if (!obj) return [];
3
4
if (Array.isArray(obj)) {
5
return obj.map((item) => {
0 commit comments