Closed v0lume closed 6 years ago
Hi @schiehll ! Thanks for this extension.
Im using this one with react-helmet and react-router, so this is the Root component structure for render:
so, with this structure im getting empty tags for react-helmet under the SSR. but when page loads in browser - seems all tags are on their place.
when im trying to remove AlertProvider - all tags are appearing as well
can u check what is the problem about ? Thank u!
hm, I use 3.4.0 version before and issue was reproducible.
right now im using 4.0.2 and can't reproduce it.
i think issue can be closed
Hi @schiehll ! Thanks for this extension.
Im using this one with react-helmet and react-router, so this is the Root component structure for render:
so, with this structure im getting empty tags for react-helmet under the SSR. but when page loads in browser - seems all tags are on their place.
when im trying to remove AlertProvider - all tags are appearing as well
can u check what is the problem about ? Thank u!