So i want to make a dynamic page in react that use text from another page like this:
But every time it shows me [Object Object] instead of Letter and line brake
You have to stringify the object:
JSON.stringify(object)