We are still using `${this.state.name}` as the path to the historyRef. As a result, we will lose history if someone renames a person. FIX: Use `${personKey}` instead
We are still using
${this.state.name}as the path to the historyRef. As a result, we will lose history if someone renames a person.FIX: Use
${personKey}instead