Skip to content

Commit e3b982e

Browse files
Update flattenAttributes.ts
1 parent e5be66f commit e3b982e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/v3/utils/flattenAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export function unflattenAttributes(
132132
}, [] as (string | number)[])
133133
.map(unescapeKey); // Unescape keys
134134
}
135-
);
135+
136136

137137
let current: any = result;
138138
for (let i = 0; i < parts.length - 1; i++) {

0 commit comments

Comments
 (0)