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