Which choice will not cause a React component to rerender?
one of the component's siblings rerenders
if the component calls this.forceUpdate()
this.forceUpdate()
the value of one of the component's props changes
if the component calls this.setState(...)
this.setState(...)