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 06d7de3 commit 7f23205Copy full SHA for 7f23205
src/heap.js
@@ -6,7 +6,7 @@ export default function heap ({ value, type, isArray, path }, property) {
6
return wrap(
7
value[property],
8
{
9
- string: `${path.string}${isArray ? `[${property}]` : `.${property}` }`,
+ string: `${path.string}${isArray ? `[${property}]` : `.${property}`}`,
10
chain: [...path.chain, property]
11
}
12
)
0 commit comments