When I use Facebook developer debug tools to find out how my og title and og description is set
https://developers.facebook.com/tools/debug/
I got below result in the Facebook debug tool which is actually in the index.html file of our React App instead of getting it from using our Helmet component inside our react app:
It Shows this result which is actually in our index.html file
og:title Blog Web
og:description Blog Your Opinion
What I want it to show through Helmet
import { Helmet, HelmetProvider } from 'react-helmet-async';
I am doing using this library