There is no change listening in values because it's an object which is checked for equality by reference. If values is passed to the component as a property and its value is composed as a plain inline object, it will be a new value on each render.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I think is better to use values?.age as a dependency, to avoid to listen all changes in values.
There is no change listening in
valuesbecause it's an object which is checked for equality by reference. Ifvaluesis passed to the component as a property and its value is composed as a plain inline object, it will be a new value on each render.