js{
const selections = document.querySelector(".selections");
if(selections){
const reactKey = Object.keys(selections).find(key => key.startsWith("__reactInternalInstance"));
console.log(selections[reactKey].return.memoizedProps.range)
}
}