Rich-Harris/object-cull

Destructuring of Arrays Doesn't Seem to Work

nickreese opened this issue · 1 comments

Hey Rich, love the tool. Just a quick note that:


const proxy = prepare(obj)

const [one, two, three] = proxy;

Wasn't working in my code. When I switched to a different method of unpacking the array, things worked fined.

Thanks dude.

Thanks! Learned something new about proxies and destructuring. Fixed in 1.1.1