Replace is an action that involves overwriting an existing object.
Replace the whole object by writing down the name of it. You can also use destination path to point to the object you want to remove.
destination path
Example: replace name of User
name
User
dispatch(replace('User>name', "Crawfish Guy"))
Last updated 2 years ago