receiving
Invoked before the component receives props.
Parameters
props : object The props.
Returns
object The modified props
Example
Notes
Used to safely manipulate props before the component is mounted.
Last updated