Slice: explicit 0 index doesn't work
nlepage opened this issue ยท 1 comments
nlepage commented
Description
Specifying an explicit 0 index to the slice navigator doesn't work.
Only for bugs ๐
Version : master
Expected behavior
get({ prop: [1, 2] }, 'prop[0:]')
// -> [1, 2]
Actual behavior
get({ prop: [1, 2] }, 'prop[0:]')
// -> []