schiehll / react-alert

alerts for React
MIT License
607 stars 99 forks source link

Extensions incompatible with react-helmet #78

Closed v0lume closed 6 years ago

v0lume commented 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:

image

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!

v0lume commented 6 years ago

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