state-propsReactState PropsMediumHow does a child component cause a change to data owned by its parent?1By invoking a callback the parent passed down as a prop2By directly reassigning the prop value3By mutating the parent's state object in place4By calling ReactDOM.render againBack to list