بيطلعلى Missing "key" prop for element in array ايه السبب؟عندى list فيها items بيطلعلى error فيه Missing "key" prop for element in array. ده الكود بتاعي:<div class="list">
items.map((item, index)=><Item {...item}/>)
</div>اعمل ايه؟
بيجيلى الerror ده React has detected a change in the state of a component inside a render اعمل ايه؟لما بجرب الكود دهfunctions myComponent (){
const {isLoading, setIsLoading} = useState(false)
setIsLoading(true)
}بيجيلى الerror ده React has detected a change in the state of a component inside a render اعمل ايه؟