In React, you need to display primitive values like strings and numbers. However, you are trying to display JavaScript objects. To resolve this, you should:
Additionally, try fixing your bug by using the "Matryoshka doll" method: break the problem into smaller parts and solve them one by one.