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 ef38fe6 commit fe34580Copy full SHA for fe34580
src/lib/Tree.ts
@@ -176,7 +176,7 @@ export class Folder<L extends TItemLocation> {
176
this.parentId = parentId
177
this.title = title
178
this.children = children || []
179
- this.hashValue = {...hashValue} || {}
+ this.hashValue = {...hashValue}
180
this.loaded = loaded !== false
181
this.isRoot = isRoot
182
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
0 commit comments