I am having problems displaying { and } as text in React. I saw a similar question that someone said to wrap the entire string in curlies, but this is not working:
I think the issue is just a typo. You have this:
return ({"{{}}"})
{"{{}}"}
)
but you need this (note the closing p tag instead of another opening one):
p