Which props from the props object is available to the component with the following syntax?
<Message {...props} />
child props
all of them
any that have changed
any that have not changed