react-helmet-async
react-helmet-async copied to clipboard
Empty tag with ssr+lazy load
I'm trying to build a reference project with modern react + SSR + lazy loading.
I'm following your tutorial for SSR and it works for bundled pages, but when I try to extract the tags from lazy loaded pages I get empty results like <title data-rh="true"></title>
Is there any workaround? What does data-rh=true means?
Any answer here?
having same problem here