Admsol

Results 1 comments of Admsol

The warning is pretty explicit , you should destructurate your props; since a re-render is made after a prop is changed Please try ``` const myProp = props.myProp useEffect(()=>{ console.log('Running...