I try this method to open a modal but it not working :
const Item = ({ title, details, }) =>{ const [detModel, setdetModal]= useState(false) return( <