Hello,
It seems like the following meta tag is being automatically inserted into WordPress pages via the empty-react-page-template.php file
<meta name="description" content="Web site created using create-react-app" />
This default description is being pushed to the live site, which negatively impacts SEO, as all pages using this reactpress end up with the same generic description.
Maybe I have something not configured properly on my end?