i’ve created multiple collapseable div useing map() function. but when i click one item to expand others also expands. same as collapse. any sollution?
i tried this codes but it does not works with me.
[`const handleBlogClick = () => {
if (item.id !== item.id) {
setOpen(!open);
}
};`]